From 60e4bb8097c83cc3f220ec833504dca999dac14f Mon Sep 17 00:00:00 2001 From: Blaine Bublitz Date: Thu, 10 Aug 2023 14:21:23 -0700 Subject: [PATCH] chore(ci): Remove the cargo cache from publish workflow --- .github/workflows/publish.yml | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index abade7d04a0..3b47b8a1aa4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -79,16 +79,6 @@ jobs: echo "SDKROOT=$(xcrun -sdk macosx$(sw_vers -productVersion) --show-sdk-path)" >> $GITHUB_ENV echo "MACOSX_DEPLOYMENT_TARGET=$(xcrun -sdk macosx$(sw_vers -productVersion) --show-sdk-platform-version)" >> $GITHUB_ENV - - uses: actions/cache@v3 - with: - path: | - ~/.cargo/bin/ - ~/.cargo/registry/index/ - ~/.cargo/registry/cache/ - ~/.cargo/git/db/ - target/ - key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} - - name: Download artifact uses: actions/download-artifact@v3 with: @@ -161,16 +151,6 @@ jobs: with: ref: ${{ inputs.tag || env.GITHUB_REF }} - - uses: actions/cache@v3 - with: - path: | - ~/.cargo/bin/ - ~/.cargo/registry/index/ - ~/.cargo/registry/cache/ - ~/.cargo/git/db/ - target/ - key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} - - name: Download artifact uses: actions/download-artifact@v3 with: @@ -237,16 +217,6 @@ jobs: with: ref: ${{ inputs.tag || env.GITHUB_REF }} - - uses: actions/cache@v3 - with: - path: | - ~/.cargo/bin/ - ~/.cargo/registry/index/ - ~/.cargo/registry/cache/ - ~/.cargo/git/db/ - target/ - key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} - - name: Download artifact uses: actions/download-artifact@v3 with: