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