Use release version of sccache

pull/11/head
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
1 changed files with 1 additions and 1 deletions

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