We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 260e9bc commit 155c450Copy full SHA for 155c450
.github/workflows/build.yml
@@ -35,7 +35,7 @@ jobs:
35
submodules: true
36
- name: Build NDTable
37
run: |
38
- cmake -S C -B C/${{ matrix.name }} ${{ cmake-args }}
+ cmake -S C -B C/${{ matrix.name }} ${{ matrix.cmake-args }}
39
cmake --build C/${{ matrix.name }} --target install
40
- uses: actions/upload-artifact@v4
41
with:
0 commit comments