Skip to content

Commit c54f1f7

Browse files
committed
syntax fix.
1 parent 2cf7c10 commit c54f1f7

File tree

2 files changed

+5
-111
lines changed

2 files changed

+5
-111
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,21 +66,21 @@ jobs:
6666

6767
- name: "Full build with NVSHMEM"
6868
run: |
69-
docker run --rm -v $PWD:/workspace -w /workspace ${{ matrix.image }} bash -c "
69+
docker run --rm -v $PWD:/workspace -w /workspace ${{ matrix.image }} bash -c '
7070
mkdir -p build-nvshmem
7171
cd build-nvshmem
7272
cmake -DCUDECOMP_ENABLE_NVSHMEM=1 -DCUDECOMP_BUILD_EXTRAS=1 ..
73-
make -j\$(nproc)
74-
"
73+
make -j$(nproc)
74+
'
7575
7676
- name: "Library only build without NVSHMEM"
7777
run: |
78-
docker run --rm -v $PWD:/workspace -w /workspace ${{ matrix.image }} bash -c "
78+
docker run --rm -v $PWD:/workspace -w /workspace ${{ matrix.image }} bash -c '
7979
mkdir -p build-no-nvshmem
8080
cd build-no-nvshmem
8181
cmake ..
8282
make -j$(nproc)
83-
"
83+
'
8484
8585
#result-comment:
8686
# needs: build

.github/workflows/build_tmp.yml

Lines changed: 0 additions & 106 deletions
This file was deleted.

0 commit comments

Comments
 (0)