Skip to content

Commit 1ec62a3

Browse files
committed
[skip ci] bump sccache to 0.4.2
1 parent d404da0 commit 1ec62a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/scripts/install-sccache.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if isMacOS; then
1212
chmod +x /usr/local/bin/sccache
1313
elif isWindows; then
1414
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"
15+
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"
1616
tar zxvf sccache.tar.gz --wildcards --no-anchored 'sccache.exe' --strip-components=1
1717
mv sccache.exe sccache
1818
ciCommandAddPath "$(pwd)/sccache"

0 commit comments

Comments
 (0)