diff --git a/.ci/docker/common/install_cache.sh b/.ci/docker/common/install_cache.sh index b2cff619a57..f38cb3d06d8 100644 --- a/.ci/docker/common/install_cache.sh +++ b/.ci/docker/common/install_cache.sh @@ -9,7 +9,7 @@ install_ubuntu() { # Instead use lib and headers from OpenSSL1.1 installed in `install_openssl.sh`` apt-get install -y cargo echo "Checking out sccache repo" - git clone https://github.com/mozilla/sccache -b v0.9.1 + git clone https://github.com/mozilla/sccache -b v0.10.0 cd sccache echo "Building sccache" cargo build --release