mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-16 21:05:35 +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
|
||||
|
||||
cache: cargo
|
||||
cache:
|
||||
cargo: true
|
||||
directories:
|
||||
- $HOME/.xargo
|
||||
before_cache:
|
||||
- chmod -R a+r $HOME/.cargo
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue