Skip to content

Commit

Permalink
Specify Ninja as generator
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix authored Apr 22, 2024
1 parent 4852617 commit 855af87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
working-directory: ${{ github.workspace }}
- name: Configure
run: |
cmake ${CMAKE_OPTIONS} -S $GITHUB_WORKSPACE -B $GITHUB_WORKSPACE/build
cmake ${CMAKE_OPTIONS} -S $GITHUB_WORKSPACE -B $GITHUB_WORKSPACE/build -G eNinja
- name: Build
run: |
cmake --build $GITHUB_WORKSPACE/build --verbose -j$(nproc)
Expand Down

0 comments on commit 855af87

Please sign in to comment.