Skip to content

Commit b3d761b

Browse files
committed
start sccache
1 parent 3a1661c commit b3d761b

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.cpu.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ jobs:
7979
set -ex;
8080
8181
devcontainer-utils-install-sccache --repo rapidsai/sccache --version rapids;
82+
devcontainer-utils-start-sccache;
8283
8384
# Copy source folder into ~/stdexec
8485
cp -r "${GITHUB_WORKSPACE}"/stdexec ~/;

.github/workflows/ci.gpu.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ jobs:
9191
set -x;
9292
9393
devcontainer-utils-install-sccache --repo rapidsai/sccache --version rapids;
94+
devcontainer-utils-start-sccache;
9495
9596
# Copy source folder into ~/stdexec
9697
cp -r "${GITHUB_WORKSPACE}"/stdexec ~/;

0 commit comments

Comments
 (0)