mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
CI: fix caching mechanism
This commit is contained in:
parent
6b0a2df41c
commit
8502fc262b
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ after_script: set +e
|
|||
after_success:
|
||||
- bash ci/after-success.sh
|
||||
|
||||
cache: cache
|
||||
cache: cargo
|
||||
|
||||
before_cache:
|
||||
- chmod -R a+r $HOME/.cargo;
|
||||
|
|
Loading…
Reference in a new issue