Skip to content

Commit

Permalink
bump sccache version [skip-vdc] [skip-docs] [skip-rapids]
Browse files Browse the repository at this point in the history
  • Loading branch information
trxcllnt committed Feb 3, 2025
1 parent f845766 commit 218f2ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/workflow-run-job-linux/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 218f2ac

Please sign in to comment.