1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 14:49:20 +02:00

ci: prevent cargo-cache install failing MSRV builds

This commit is contained in:
Rob Ede
2023-12-23 19:13:11 +00:00
parent fdef224a06
commit ff2904ee78

View File

@ -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: