From 3058ea55642aad5539cc5bce161deb930e6bbb41 Mon Sep 17 00:00:00 2001 From: klzgrad Date: Tue, 2 Apr 2019 21:32:44 +0800 Subject: [PATCH] Use release version of sccache --- src/get-clang.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/get-clang.sh b/src/get-clang.sh index 1d3396f743..443377c611 100755 --- a/src/get-clang.sh +++ b/src/get-clang.sh @@ -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