Skip to content

Commit

Permalink
remove cache from ci jobs that dont need cache (#1425)
Browse files Browse the repository at this point in the history
  • Loading branch information
eyusufatik authored Nov 5, 2024
1 parent d3d9fe2 commit ce58cda
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit ce58cda

Please sign in to comment.