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:
parent
5302b8c994
commit
eb386352f5
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue