From 218f2acf2848ed7d695713cd13edad93c1628e7e Mon Sep 17 00:00:00 2001 From: ptaylor Date: Mon, 3 Feb 2025 12:09:38 -0800 Subject: [PATCH] bump sccache version [skip-vdc] [skip-docs] [skip-rapids] --- .github/actions/workflow-run-job-linux/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/workflow-run-job-linux/action.yml b/.github/actions/workflow-run-job-linux/action.yml index a6bc60f3718..41b56417477 100644 --- a/.github/actions/workflow-run-job-linux/action.yml +++ b/.github/actions/workflow-run-job-linux/action.yml @@ -187,7 +187,7 @@ runs: # Download new sccache binary mkdir -p "$RUNNER_TEMP/bin" curl -fsSL \ - "https://github.com/trxcllnt/sccache/releases/download/v0.9.1-rapids.14/sccache-v0.9.1-rapids.14-$(uname -m)-unknown-linux-musl.tar.gz" \ + "https://github.com/trxcllnt/sccache/releases/download/v0.9.1-rapids.15/sccache-v0.9.1-rapids.15-$(uname -m)-unknown-linux-musl.tar.gz" \ | tar -C "$RUNNER_TEMP/bin" -zf - --wildcards --strip-components=1 -x '*/sccache' # If this is not a test job and not one of the excluded compilers, use the build cluster