mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
Merge #273
273: CI: fix caching mechanism r=perlindgren a=japaric Co-authored-by: Jorge Aparicio <jorge@japaric.io>
This commit is contained in:
commit
f5655d6556
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ after_script: set +e
|
||||||
after_success:
|
after_success:
|
||||||
- bash ci/after-success.sh
|
- bash ci/after-success.sh
|
||||||
|
|
||||||
cache: cache
|
cache: cargo
|
||||||
|
|
||||||
before_cache:
|
before_cache:
|
||||||
- chmod -R a+r $HOME/.cargo;
|
- chmod -R a+r $HOME/.cargo;
|
||||||
|
|
Loading…
Reference in a new issue