From 5db1516e8d21275434e6195e09fe19abfa6957c8 Mon Sep 17 00:00:00 2001 From: Shrikant Sharat Kandula Date: Thu, 5 Oct 2023 11:52:03 +0530 Subject: [PATCH] ci: Remove unused setup-depot step on RTS workflow --- .github/workflows/rts-build.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/rts-build.yml b/.github/workflows/rts-build.yml index 8c8c3f8081..f131f4d456 100644 --- a/.github/workflows/rts-build.yml +++ b/.github/workflows/rts-build.yml @@ -69,9 +69,6 @@ jobs: - name: Print the Github event run: echo ${{ github.event_name }} - - name: Set up Depot CLI - uses: depot/setup-action@v1 - # In case this is second attempt try restoring status of the prior attempt from cache - name: Restore the previous run result uses: actions/cache@v3