Skip to content
Snippets Groups Projects
Commit 6abd64ae authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Disable cargo cache

parent 47ee733a
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,6 @@ env: ...@@ -5,7 +5,6 @@ env:
- TARGET=x86_64-unknown-redox - TARGET=x86_64-unknown-redox
rust: rust:
- nightly - nightly
cache: cargo
before_script: before_script:
- rustup component add rustfmt-preview - rustup component add rustfmt-preview
- if [ -n "$TARGET" ]; then rustup target add $TARGET; fi - if [ -n "$TARGET" ]; then rustup target add $TARGET; fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment