ci: remove clear cargo cache in MSRV job
This commit is contained in:
parent
47de6301ee
commit
d3fc689269
1 changed files with 0 additions and 5 deletions
5
.github/workflows/msrv.yml
vendored
5
.github/workflows/msrv.yml
vendored
|
@ -63,8 +63,3 @@ jobs:
|
||||||
yarn test --verbose
|
yarn test --verbose
|
||||||
env:
|
env:
|
||||||
RUST_BACKTRACE: 1
|
RUST_BACKTRACE: 1
|
||||||
|
|
||||||
- name: Clear the cargo caches
|
|
||||||
run: |
|
|
||||||
cargo install cargo-cache --no-default-features --features ci-autoclean
|
|
||||||
cargo-cache
|
|
||||||
|
|
Loading…
Reference in a new issue