From 531cbb9dc1fcbd283882f5b160770be222dbb9a6 Mon Sep 17 00:00:00 2001 From: Hongli Lai Date: Wed, 18 Sep 2024 16:10:01 +0200 Subject: [PATCH] test --- dev/ci/setup-sccache | 1 + 1 file changed, 1 insertion(+) diff --git a/dev/ci/setup-sccache b/dev/ci/setup-sccache index 19b921edf3..edded0b945 100755 --- a/dev/ci/setup-sccache +++ b/dev/ci/setup-sccache @@ -10,6 +10,7 @@ set -x wget --output-document sccache.tar.gz "https://github.com/mozilla/sccache/releases/download/v0.8.1/sccache-v0.8.1-$ARCH.tar.gz" tar xzf sccache.tar.gz +rm sccache.tar.gz sudo mv sccache* /usr/local/bin/sccache mkdir /usr/local/libexec/sccache