We use Ninja single config

This commit is contained in:
Simran Spiller
2020-09-18 00:07:44 +02:00
parent c668caf66e
commit a9242f0235
+1 -1
View File
@@ -110,7 +110,7 @@ jobs:
shell: bash
# Execute the build. You can specify a specific target with "--target <NAME>"
run: |
cmake --build . --config ${{ matrix.build-type }}
cmake --build .
- name: Test
working-directory: ${{ runner.workspace }}/build