Skip to content

Commit 818f23f

Browse files
committed
only install
1 parent 56b1b39 commit 818f23f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.cpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
run: |
8181
set -ex;
8282
83-
. devcontainer-utils-post-attach-command;
83+
devcontainer-utils-install-sccache --repo rapidsai/sccache --version rapids;
8484
8585
# Copy source folder into ~/stdexec
8686
cp -r "${GITHUB_WORKSPACE}"/stdexec ~/;

.github/workflows/ci.gpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
9393
set -x;
9494
95-
. devcontainer-utils-post-attach-command;
95+
devcontainer-utils-install-sccache --repo rapidsai/sccache --version rapids;
9696
9797
# Copy source folder into ~/stdexec
9898
cp -r "${GITHUB_WORKSPACE}"/stdexec ~/;

0 commit comments

Comments
 (0)