Use release version of sccache

This commit is contained in:
klzgrad 2019-04-02 21:32:44 +08:00 committed by GitHub
parent 2c19c991b5
commit 3058ea5564
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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