Skip to content

Commit

Permalink
Switch Windows build to Ninja for faster parallel build
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 dfbd6f6 commit 3a43ea8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ jobs:
os: windows-latest,
cc: "cl", cxx: "cl",
build_type: "Release",
cmake_flags: "",
build_flags: "-j 2",
cmake_flags: "-G Ninja",
cpack_flags: "-G NSIS",
}
- {
Expand Down

0 comments on commit 3a43ea8

Please sign in to comment.