mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-27 05:23:24 +00:00
remove the last changing file from cache
This commit is contained in:
parent
efdb0d84c8
commit
9ed7edab08
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ cache: cargo
|
||||||
before_cache:
|
before_cache:
|
||||||
- find ./target/debug -type f -maxdepth 1 -delete
|
- find ./target/debug -type f -maxdepth 1 -delete
|
||||||
- rm -fr ./target/debug/{deps,.fingerprint}/{*ra_*,*test*,*tools*,*gen_lsp*}
|
- rm -fr ./target/debug/{deps,.fingerprint}/{*ra_*,*test*,*tools*,*gen_lsp*}
|
||||||
|
- rm -f ./target/.rustc_info.json
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- CARGO_INCREMENTAL=0
|
- CARGO_INCREMENTAL=0
|
||||||
|
|
Loading…
Reference in a new issue