⬆️ Updated sccache
This commit is contained in:
parent
304fec5dfd
commit
21a06f4300
@ -2,6 +2,6 @@
|
|||||||
set -eu
|
set -eu
|
||||||
|
|
||||||
mkdir -p /tmp/sccache
|
mkdir -p /tmp/sccache
|
||||||
wget "https://github.com/mozilla/sccache/releases/download/v0.7.5/sccache-v0.7.5-x86_64-unknown-linux-musl.tar.gz" -nv -O /tmp/sccache.tar.gz
|
wget "https://github.com/mozilla/sccache/releases/download/v0.7.6/sccache-v0.7.6-x86_64-unknown-linux-musl.tar.gz" -nv -O /tmp/sccache.tar.gz
|
||||||
tar xvzf /tmp/sccache.tar.gz --strip 1 -C /tmp/sccache
|
tar xvzf /tmp/sccache.tar.gz --strip 1 -C /tmp/sccache
|
||||||
install -m 755 /tmp/sccache/sccache /usr/local/bin/
|
install -m 755 /tmp/sccache/sccache /usr/local/bin/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user