diff --git a/.github/actions/keynote-bench-setup/action.yml b/.github/actions/keynote-bench-setup/action.yml index 8fa03d744f7..95eb487e0f0 100644 --- a/.github/actions/keynote-bench-setup/action.yml +++ b/.github/actions/keynote-bench-setup/action.yml @@ -19,15 +19,6 @@ runs: shell: bash run: rustup default $(rustup show active-toolchain | cut -d' ' -f1) - - name: Set up sccache - uses: mozilla-actions/sccache-action@v0.0.10 - - - name: Enable sccache - shell: bash - run: | - echo "SCCACHE_GHA_ENABLED=true" >>"$GITHUB_ENV" - echo "RUSTC_WRAPPER=sccache" >>"$GITHUB_ENV" - - name: Cache Rust dependencies uses: Swatinem/rust-cache@v2 with: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 038334613ec..733b5c664d4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -110,15 +110,6 @@ jobs: - name: Set default rust toolchain run: rustup default $(rustup show active-toolchain | cut -d' ' -f1) - - name: Set up sccache - uses: mozilla-actions/sccache-action@v0.0.10 - - - name: Enable sccache - shell: bash - run: | - echo "SCCACHE_GHA_ENABLED=true" >>"$GITHUB_ENV" - echo "RUSTC_WRAPPER=sccache" >>"$GITHUB_ENV" - - name: Cache Rust dependencies uses: Swatinem/rust-cache@v2 with: @@ -443,14 +434,6 @@ jobs: - name: Set default rust toolchain run: rustup default $(rustup show active-toolchain | cut -d' ' -f1) - - name: Set up sccache - uses: mozilla-actions/sccache-action@v0.0.10 - - - name: Enable sccache - run: | - echo "SCCACHE_GHA_ENABLED=true" >>"$GITHUB_ENV" - echo "RUSTC_WRAPPER=sccache" >>"$GITHUB_ENV" - - name: Cache Rust dependencies uses: Swatinem/rust-cache@v2 with: