mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +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
|
||||
|
||||
cache:
|
||||
cargo: true
|
||||
directories:
|
||||
- $HOME/.xargo
|
||||
cache: cargo
|
||||
before_cache:
|
||||
- chmod -R a+r $HOME/.cargo
|
||||
|
||||
|
|
Loading…
Reference in a new issue