Don't cache ever changing stuff
This commit is contained in:
parent
dbe2880219
commit
f965cd0c15
1 changed files with 6 additions and 0 deletions
|
|
@ -1,4 +1,10 @@
|
|||
cache: cargo
|
||||
before_cache:
|
||||
- find ./target/debug -type f -maxdepth 1 -delete
|
||||
- rm -f ./target/debug/deps/*ra_*
|
||||
|
||||
env:
|
||||
- CARGO_INCREMENTAL=0
|
||||
|
||||
matrix:
|
||||
include:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue