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 0838d04 commit b88756dCopy full SHA for b88756d
.github/workflows/test.yml
@@ -79,7 +79,7 @@ jobs:
79
80
- name: Configure, build, and install project
81
run: |
82
- cmake -B _build -G "NMake Makefiles" -DCMAKE_INSTALL_PREFIX="${{ env.LIBRARY_PREFIX }}" -DCMAKE_BUILD_TYPE=Release
+ cmake -B _build -G Ninja -DCMAKE_INSTALL_PREFIX="${{ env.LIBRARY_PREFIX }}" -DCMAKE_BUILD_TYPE=Release
83
cmake --build _build --target install --config Release
84
85
- name: Test
0 commit comments