CI: FIx the clippy cache.

This commit is contained in:
Jordan Petridis 2018-05-31 14:46:51 +03:00
parent b3d45384e1
commit d7a9d9ddc8
No known key found for this signature in database
GPG Key ID: CEABAD9F5683B9A6

View File

@ -134,6 +134,7 @@ clippy:
stage: lint
variables:
RUSTFLAGS: "--cfg rayon_unstable"
CARGO_HOME: ".cargo_cache"
script:
- rustc --version && cargo --version
- cargo clippy --version