Skip to content

Commit

Permalink
Use Ninja build backend
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpiper committed Dec 11, 2024
1 parent 0838d04 commit b88756d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Configure, build, and install project
run: |
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
cmake --build _build --target install --config Release
- name: Test
Expand Down

0 comments on commit b88756d

Please sign in to comment.