File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -279,5 +279,6 @@ if [ "$RUN_CHECK_WITH_PARALLEL_QUERIES" != "" ]; then
279
279
fi
280
280
281
281
echo " ::group::sccache stats"
282
+ sccache --version || true
282
283
sccache --show-stats || true
283
284
echo " ::endgroup::"
Original file line number Diff line number Diff line change @@ -12,7 +12,9 @@ if isMacOS; then
12
12
chmod +x /usr/local/bin/sccache
13
13
elif isWindows; then
14
14
mkdir -p sccache
15
- curl -fo sccache/sccache.exe " ${MIRRORS_BASE} /2018-04-26-sccache-x86_64-pc-windows-msvc"
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"
16
+ tar zxvf sccache.tar.gz --wildcards --no-anchored ' sccache.exe' --strip-components=1
17
+ mv sccache.exe sccache
16
18
ciCommandAddPath " $( pwd) /sccache"
17
19
fi
18
20
You can’t perform that action at this time.
0 commit comments