Skip to content

Commit

Permalink
use ubicloud cache (#1420)
Browse files Browse the repository at this point in the history
  • Loading branch information
eyusufatik authored Nov 4, 2024
1 parent 85efd0d commit d3d9fe2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Toolchain
uses: dtolnay/rust-toolchain@nightly
- name: Rust Cache
uses: Swatinem/rust-cache@v2
uses: ubicloud/rust-cache@v2
- name: Install risc0
uses: ./.github/actions/install-risc0
with:
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
with:
components: rustfmt, clippy
- name: Rust Cache
uses: Swatinem/rust-cache@v2
uses: ubicloud/rust-cache@v2
- name: Install risc0
uses: ./.github/actions/install-risc0
with:
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
toolchain: nightly-2024-07-27
override: true
- name: Rust Cache
uses: Swatinem/rust-cache@v2
uses: ubicloud/rust-cache@v2
- name: Install risc0
uses: ./.github/actions/install-risc0
with:
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
with:
components: llvm-tools-preview
- name: Rust Cache
uses: Swatinem/rust-cache@v2
uses: ubicloud/rust-cache@v2
- uses: taiki-e/install-action@nextest
- uses: taiki-e/install-action@cargo-llvm-cov
- name: Install risc0
Expand Down Expand Up @@ -336,7 +336,7 @@ jobs:
override: true
- name: cargo install cargo-hack
uses: taiki-e/install-action@cargo-hack
- uses: Swatinem/rust-cache@v2
- uses: ubicloud/rust-cache@v2
with:
save-if: ${{ github.ref == 'refs/heads/nightly' }}
- name: Run check
Expand All @@ -358,7 +358,7 @@ jobs:
- name: Toolchain
uses: dtolnay/[email protected]
- name: Rust Cache
uses: Swatinem/rust-cache@v2
uses: ubicloud/rust-cache@v2
- name: Install risc0
uses: ./.github/actions/install-risc0
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
override: true
components: rustfmt, clippy
- name: Rust Cache
uses: Swatinem/rust-cache@v2
uses: ubicloud/rust-cache@v2
- name: Install risc0
uses: ./.github/actions/install-risc0
with:
Expand Down

0 comments on commit d3d9fe2

Please sign in to comment.