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