Disable cargo cache
This commit is contained in:
@@ -5,7 +5,6 @@ env:
|
||||
- TARGET=x86_64-unknown-redox
|
||||
rust:
|
||||
- nightly
|
||||
cache: cargo
|
||||
before_script:
|
||||
- rustup component add rustfmt-preview
|
||||
- if [ -n "$TARGET" ]; then rustup target add $TARGET; fi
|
||||
|
||||
Reference in New Issue
Block a user