diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c0e6ea1178..4101cabc76 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -128,8 +128,6 @@ jobs: - name: "Install Rust toolchain" run: rustup show - uses: Swatinem/rust-cache@v2 - with: - shared-key: ${{ runner.os }} with: workspaces: "fuzz -> target" - name: "Install cargo-fuzz"