We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d404da0 commit 1ec62a3Copy full SHA for 1ec62a3
src/ci/scripts/install-sccache.sh
@@ -12,7 +12,7 @@ if isMacOS; then
12
chmod +x /usr/local/bin/sccache
13
elif isWindows; then
14
mkdir -p sccache
15
- curl -fLo sccache.tar.gz "https://github.com/mozilla/sccache/releases/download/v0.3.3/sccache-v0.3.3-x86_64-pc-windows-msvc.tar.gz"
+ curl -fLo sccache.tar.gz "https://github.com/mozilla/sccache/releases/download/v0.4.2/sccache-v0.4.2-x86_64-pc-windows-msvc.tar.gz"
16
tar zxvf sccache.tar.gz --wildcards --no-anchored 'sccache.exe' --strip-components=1
17
mv sccache.exe sccache
18
ciCommandAddPath "$(pwd)/sccache"
0 commit comments