We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c25e80e commit d1ec0d9Copy full SHA for d1ec0d9
2 files changed
.github/workflows/ci.cpu.yml
@@ -57,6 +57,8 @@ jobs:
57
run: |
58
set -ex;
59
60
+ . devcontainer-utils-post-attach-command;
61
+
62
# Copy source folder into ~/stdexec
63
cp -r "${GITHUB_WORKSPACE}"/stdexec ~/;
64
chown -R coder:coder ~/stdexec;
.github/workflows/ci.gpu.yml
@@ -59,6 +59,8 @@ jobs:
65
66
0 commit comments