Skip to content
Snippets Groups Projects
Commit f6ee6d0c authored by Jorge Aparicio's avatar Jorge Aparicio
Browse files

cache the Xargo directory

parent 4cd62a9f
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,10 @@ script: ...@@ -23,7 +23,10 @@ script:
after_script: set +e after_script: set +e
cache: cargo cache:
cargo: true
directories:
- $HOME/.xargo
before_cache: before_cache:
- chmod -R a+r $HOME/.cargo; - chmod -R a+r $HOME/.cargo;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment