We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56b1b39 commit 818f23fCopy full SHA for 818f23f
2 files changed
.github/workflows/ci.cpu.yml
@@ -80,7 +80,7 @@ jobs:
80
run: |
81
set -ex;
82
83
- . devcontainer-utils-post-attach-command;
+ devcontainer-utils-install-sccache --repo rapidsai/sccache --version rapids;
84
85
# Copy source folder into ~/stdexec
86
cp -r "${GITHUB_WORKSPACE}"/stdexec ~/;
.github/workflows/ci.gpu.yml
@@ -92,7 +92,7 @@ jobs:
92
93
set -x;
94
95
96
97
98
0 commit comments