Skip to content

Commit

Permalink
Try windows build 5
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeySeroshtan committed Apr 27, 2024
1 parent e96eabc commit c5e7063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-windows-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
-DENABLE_CLANGFORMAT=OFF
-Bbuild -S.
- name: Build project
run: cmake --build build -- -j%NUMBER_OF_PROCESSORS%
run: cmake --build build --parallel %NUMBER_OF_PROCESSORS%
- name: Test project
working-directory: build
run: ctest --verbose
Expand Down

0 comments on commit c5e7063

Please sign in to comment.