mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 06:16:30 +03:00
Revert sccache to 0.2.12
0.2.15 does not work.
This commit is contained in:
parent
88473c36ab
commit
c2e8c4676e
@ -82,7 +82,7 @@ fi
|
|||||||
|
|
||||||
# sccache (Windows)
|
# sccache (Windows)
|
||||||
if [ "$ARCH" = Windows -a ! -f ~/.cargo/bin/sccache.exe ]; then
|
if [ "$ARCH" = Windows -a ! -f ~/.cargo/bin/sccache.exe ]; then
|
||||||
sccache_url="https://github.com/mozilla/sccache/releases/download/v0.2.15/sccache-v0.2.15-x86_64-pc-windows-msvc.tar.gz"
|
sccache_url="https://github.com/mozilla/sccache/releases/download/0.2.12/sccache-0.2.12-x86_64-pc-windows-msvc.tar.gz"
|
||||||
mkdir -p ~/.cargo/bin
|
mkdir -p ~/.cargo/bin
|
||||||
curl -L "$sccache_url" | tar xzf - --strip=1 -C ~/.cargo/bin
|
curl -L "$sccache_url" | tar xzf - --strip=1 -C ~/.cargo/bin
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user