Skip to content

Commit

Permalink
ci: prevent cargo-cache install failing MSRV builds
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Dec 23, 2023
1 parent fdef224 commit ff2904e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Clear the cargo caches
run: |
cargo install cargo-cache --version 0.8.3 --no-default-features --features ci-autoclean
cargo --locked install cargo-cache --version 0.8.3 --no-default-features --features ci-autoclean
cargo-cache
io-uring:
Expand Down

0 comments on commit ff2904e

Please sign in to comment.