Skip to content

Commit

Permalink
Use cmake to run build
Browse files Browse the repository at this point in the history
  • Loading branch information
mlcollard committed Mar 21, 2024
1 parent 1c62574 commit 775470a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@ jobs:
working-directory: build
shell: bash
run: |
ninja
cmake --build . --config Release
# ninja

0 comments on commit 775470a

Please sign in to comment.