CI: fix caching mechanism

This commit is contained in:
Jorge Aparicio 2019-11-14 18:17:34 -05:00
parent 6b0a2df41c
commit 8502fc262b

View file

@ -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;