mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 04:53:34 +00:00
cleanup cahces more aggressively
This commit is contained in:
parent
21797bf0ef
commit
28e3220b34
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
cache: cargo
|
||||
before_cache:
|
||||
- find ./target/debug -type f -maxdepth 1 -delete
|
||||
- rm -f ./target/debug/deps/*ra_*
|
||||
- rm -fr ./target/debug/{deps,.fingerprint}/{*ra_*,*test*}
|
||||
|
||||
env:
|
||||
- CARGO_INCREMENTAL=0
|
||||
|
|
Loading…
Reference in a new issue