mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-04-13 14:11:04 +00: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
|
./rustup-init.exe -y -v --no-modify-path
|
||||||
fi
|
fi
|
||||||
if ! which sccache >/dev/null 2>&1; then
|
if ! which sccache >/dev/null 2>&1; then
|
||||||
cargo install --git https://github.com/mozilla/sccache.git
|
cargo install --force sccache
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue