mirror of
https://github.com/rust-unofficial/awesome-rust.git
synced 2024-12-12 19:18:26 +02:00
Don't install sccache if already installed
This commit is contained in:
parent
5302b8c994
commit
eb386352f5
@ -1,5 +1,5 @@
|
||||
language: rust
|
||||
before_script: cargo install sccache
|
||||
before_script: sccache --version || cargo install sccache
|
||||
script: RUSTC_WRAPPER=sccache cargo run
|
||||
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user