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