From ce58cda52928b76ee1923325e20da22d9812e48e Mon Sep 17 00:00:00 2001 From: Esad Yusuf Atik Date: Tue, 5 Nov 2024 11:47:17 +0700 Subject: [PATCH] remove cache from ci jobs that dont need cache (#1425) --- .github/workflows/checks.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index aa1488f69..fb7546d68 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -121,8 +121,6 @@ jobs: uses: dtolnay/rust-toolchain@nightly with: components: rustfmt, clippy - - name: Rust Cache - uses: ubicloud/rust-cache@v2 - name: Install risc0 uses: ./.github/actions/install-risc0 with: @@ -156,8 +154,6 @@ jobs: with: toolchain: nightly-2024-07-27 override: true - - name: Rust Cache - uses: ubicloud/rust-cache@v2 - name: Install risc0 uses: ./.github/actions/install-risc0 with: