mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-04-04 06:13:39 +03:00
Use release version of sccache
This commit is contained in:
parent
2c19c991b5
commit
3058ea5564
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ if [ "$ARCH" = Windows ]; then
|
|||
./rustup-init.exe -y -v --no-modify-path
|
||||
fi
|
||||
if ! which sccache >/dev/null 2>&1; then
|
||||
cargo install --git https://github.com/mozilla/sccache.git
|
||||
cargo install --force sccache
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue