From dcb39b5525531166249a3a6025c5045c2c5f5f96 Mon Sep 17 00:00:00 2001 From: link2xt Date: Mon, 4 May 2026 05:15:35 +0200 Subject: [PATCH] remove shared-key --- .github/workflows/ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1266a65dc..8c6db91d6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,6 @@ jobs: uses: swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 with: save-if: false - shared-key: ${{ runner.os }}-${{ env.RUST_VERSION }} add-rust-environment-hash-key: false - name: Run rustfmt run: cargo fmt --all -- --check @@ -102,7 +101,6 @@ jobs: uses: swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 with: save-if: false - shared-key: ${{ runner.os }}-${{ env.RUST_VERSION }} add-rust-environment-hash-key: false - name: Rustdoc run: cargo doc --document-private-items --no-deps @@ -151,7 +149,6 @@ jobs: # Only save the cache from the main branch runs. # No need for PRs to write to the cache. ##save-if: ${{ github.ref == 'refs/heads/main' }} - shared-key: ${{ matrix.os }}-${{ matrix.rust }} # Do not hash Cargo.lock. # We want the cache to be used later in PRs @@ -196,7 +193,6 @@ jobs: uses: swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 with: save-if: false - shared-key: ${{ matrix.os }}-${{ env.RUST_VERSION }} add-rust-environment-hash-key: false - name: Build C library @@ -229,7 +225,6 @@ jobs: uses: swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 with: save-if: false - shared-key: ${{ runner.os }}-${{ env.RUST_VERSION }} add-rust-environment-hash-key: false - name: Build deltachat-rpc-server