⬆️ Updated tools

This commit is contained in:
2023-12-07 13:34:12 +01:00
parent f09e465457
commit 77bf0f81de
3 changed files with 3 additions and 3 deletions

View File

@@ -2,6 +2,6 @@
set -eu
mkdir -p /tmp/sccache
wget "https://github.com/mozilla/sccache/releases/download/v0.5.4/sccache-v0.5.4-x86_64-unknown-linux-musl.tar.gz" -nv -O /tmp/sccache.tar.gz
wget "https://github.com/mozilla/sccache/releases/download/v0.7.4/sccache-v0.7.4-x86_64-unknown-linux-musl.tar.gz" -nv -O /tmp/sccache.tar.gz
tar xvzf /tmp/sccache.tar.gz --strip 1 -C /tmp/sccache
install -m 755 /tmp/sccache/sccache /usr/local/bin/