Skip to content

Commit

Permalink
Switch to -j4 instead of ninja
Browse files Browse the repository at this point in the history
Signed-off-by: Geoff Hutchison <[email protected]>
  • Loading branch information
ghutchis committed Feb 17, 2024
1 parent 3a43ea8 commit fa67a7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ jobs:
os: windows-latest,
cc: "cl", cxx: "cl",
build_type: "Release",
cmake_flags: "-G Ninja",
cmake_flags: "",
build_flags: "-j 4",
cpack_flags: "-G NSIS",
}
- {
Expand Down

0 comments on commit fa67a7a

Please sign in to comment.