Skip to content

Commit

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

0 comments on commit 2edd43c

Please sign in to comment.