mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
also cache the Xargo directory
This commit is contained in:
parent
8f23fdc934
commit
d6c240f974
1 changed files with 4 additions and 1 deletions
|
@ -51,7 +51,10 @@ script:
|
||||||
|
|
||||||
after_script: set +e
|
after_script: set +e
|
||||||
|
|
||||||
cache: cargo
|
cache:
|
||||||
|
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