Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
purefunctor committed Dec 20, 2024
1 parent ac47ce2 commit 8288752
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,13 @@ jobs:
run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}

- name: Cache build artifacts
uses: Swatinem/rust-cache@v2
uses: Swatinem/rust-cache@e8e63cdbf2788df3801e6f9a81516b2ca8391886
with:
prefix-key: "v1-maho"
cache-bin: "false"
prefix-key: "v2-maho"

- name: Install cargo-binstall
uses: cargo-bins/cargo-binstall@main
uses: cargo-bins/cargo-binstall@v1.10.7

- name: Install cargo-nextest
run: cargo binstall cargo-nextest
Expand Down

0 comments on commit 8288752

Please sign in to comment.