Skip to content

Commit d1ec0d9

Browse files
committed
ensure CI jobs install rapidsai/sccache fork
1 parent c25e80e commit d1ec0d9

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.cpu.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ jobs:
5757
run: |
5858
set -ex;
5959
60+
. devcontainer-utils-post-attach-command;
61+
6062
# Copy source folder into ~/stdexec
6163
cp -r "${GITHUB_WORKSPACE}"/stdexec ~/;
6264
chown -R coder:coder ~/stdexec;

.github/workflows/ci.gpu.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ jobs:
5959
run: |
6060
set -ex;
6161
62+
. devcontainer-utils-post-attach-command;
63+
6264
# Copy source folder into ~/stdexec
6365
cp -r "${GITHUB_WORKSPACE}"/stdexec ~/;
6466
chown -R coder:coder ~/stdexec;

0 commit comments

Comments
 (0)