1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-11-20 08:31:09 +00:00

fix cargo cache on msrv

This commit is contained in:
Rob Ede 2021-06-17 16:49:31 +01:00
parent 8d124713fc
commit bb0331ae28
No known key found for this signature in database
GPG key ID: 97C636207D3EF933

View file

@ -123,5 +123,5 @@ jobs:
- name: Clear the cargo caches
run: |
cargo install cargo-cache --no-default-features --features ci-autoclean
cargo install cargo-cache --version 0.6.2 --no-default-features --features ci-autoclean
cargo-cache