1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-05-19 16:58:14 +00: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
No known key found for this signature in database
GPG key ID: 97C636207D3EF933

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: