We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51c0ee5 commit a533d86Copy full SHA for a533d86
2 files changed
.github/workflows/ci.cpu.yml
@@ -78,7 +78,7 @@ jobs:
78
run: |
79
set -ex;
80
81
- devcontainer-utils-post-attach-command;
+ . devcontainer-utils-post-attach-command;
82
83
# Copy source folder into ~/stdexec
84
cp -r "${GITHUB_WORKSPACE}"/stdexec ~/;
.github/workflows/ci.gpu.yml
@@ -80,8 +80,6 @@ jobs:
set -e;
-
85
if test -n "${NVHPC_ROOT:+x}"; then
86
HPCX_INIT="$(find -L "$NVHPC_ROOT"/comm_libs/ -path '*/latest/hpcx-init.sh')";
87
if test -n "${HPCX_INIT:+x}"; then
@@ -92,6 +90,8 @@ jobs:
92
90
93
91
set -x;
94
+
95
96
97
chown -R coder:coder ~/stdexec;
0 commit comments