mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-24 04:32:52 +01:00
don't cache the Xargo directory
This commit is contained in:
parent
efca108103
commit
44122bfc3d
1 changed files with 1 additions and 4 deletions
|
@ -51,10 +51,7 @@ script:
|
||||||
|
|
||||||
after_script: set +e
|
after_script: set +e
|
||||||
|
|
||||||
cache:
|
cache: cargo
|
||||||
cargo: true
|
|
||||||
directories:
|
|
||||||
- $HOME/.xargo
|
|
||||||
before_cache:
|
before_cache:
|
||||||
- chmod -R a+r $HOME/.cargo
|
- chmod -R a+r $HOME/.cargo
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue