Skip to content

Commit

Permalink
CI(cmake): Use ninja generator
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix authored May 2, 2024
1 parent dfe4295 commit dcfa492
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 @@ -83,7 +83,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 Ninja
- name: Build
run: |
cmake --build $GITHUB_WORKSPACE/build --verbose -j$(nproc)
Expand Down

0 comments on commit dcfa492

Please sign in to comment.