Skip to content

Commit 155c450

Browse files
committed
Fix cmake-args
1 parent 260e9bc commit 155c450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
submodules: true
3636
- name: Build NDTable
3737
run: |
38-
cmake -S C -B C/${{ matrix.name }} ${{ cmake-args }}
38+
cmake -S C -B C/${{ matrix.name }} ${{ matrix.cmake-args }}
3939
cmake --build C/${{ matrix.name }} --target install
4040
- uses: actions/upload-artifact@v4
4141
with:

0 commit comments

Comments
 (0)