1
0
Fork 0
mirror of https://github.com/rust-unofficial/awesome-rust.git synced 2024-10-30 12:16:08 -04:00

Don't install sccache if already installed

This commit is contained in:
Tom Parker-Shemilt 2020-04-26 15:47:18 +01:00
parent 5302b8c994
commit eb386352f5

View file

@ -1,5 +1,5 @@
language: rust language: rust
before_script: cargo install sccache before_script: sccache --version || cargo install sccache
script: RUSTC_WRAPPER=sccache cargo run script: RUSTC_WRAPPER=sccache cargo run
env: env: