From 054636b58e8b7e753cf2352c476627bfc50ca13f Mon Sep 17 00:00:00 2001 From: Edgar Date: Tue, 22 Dec 2020 10:31:18 +0100 Subject: [PATCH] :arrow_up: Update sscache to 0.2.14 --- install-sccache.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-sccache.sh b/install-sccache.sh index ee9e91e..f8ed3ea 100644 --- a/install-sccache.sh +++ b/install-sccache.sh @@ -2,6 +2,6 @@ set -eu mkdir -p /tmp/sccache -wget "https://github.com/mozilla/sccache/releases/download/0.2.13/sccache-0.2.13-x86_64-unknown-linux-musl.tar.gz" -nv -O /tmp/sccache.tar.gz +wget "https://github.com/mozilla/sccache/releases/download/0.2.14/sccache-0.2.14-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/