Skip to content

Commit

Permalink
Update build-windows.yml
Browse files Browse the repository at this point in the history
Fix windows workflow build
  • Loading branch information
baderouaich authored Sep 30, 2023
1 parent 83e9df7 commit c6efea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
run: |
md cmake-build-debug && cd cmake-build-debug
cmake .. -G"Unix Makefiles" -DCMAKE_BUILD_TYPE=Debug -DENABLE_TESTS=ON
make tests/all
make -j%NUMBER_OF_PROCESSORS%
make test

0 comments on commit c6efea9

Please sign in to comment.