From f5adc199527049ced6806b6b0ed78ba3d2925583 Mon Sep 17 00:00:00 2001 From: dankelleher Date: Tue, 3 Sep 2024 16:56:58 +0200 Subject: [PATCH] CI: REmove unnecessary extra cache step (handled by rust-cache already) --- .github/workflows/ci.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 32a7e02..2a13a2b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,14 +86,6 @@ jobs: working-directory: solana-contract run: cargo clippy -- --deny=warnings - - name: Cache build artifact - uses: actions/cache@v4 - with: - path: | - ~/.cargo/registry - ~/.cargo/git - solana-contract/target - key: cargo-build-${{ hashFiles('**/Cargo.lock') }}-${{ hashFiles('rust-toolchain.toml') }} - name: Build working-directory: solana-contract run: cargo build-sbf