From 3a43ea824edd306af863e178ba5eb0c7d101f08f Mon Sep 17 00:00:00 2001 From: Geoff Hutchison Date: Fri, 16 Feb 2024 19:22:33 -0500 Subject: [PATCH] Switch Windows build to Ninja for faster parallel build Signed-off-by: Geoff Hutchison --- .github/workflows/build_cmake.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml index 0849982578..a5531e70a0 100644 --- a/.github/workflows/build_cmake.yml +++ b/.github/workflows/build_cmake.yml @@ -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", } - {