Skip to content

Commit

Permalink
Try clang but not ninja
Browse files Browse the repository at this point in the history
Signed-off-by: Geoff Hutchison <[email protected]>
  • Loading branch information
ghutchis committed Sep 12, 2024
1 parent 19bcd31 commit da955eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ jobs:
- {
name: "Windows Latest MSVC", artifact: "Win64.exe",
os: windows-latest,
cc: "cl", cxx: "cl",
cc: "clang-cl", cxx: "clang-cl",
build_type: "Release",
cmake_flags: "-G Ninja",
cmake_flags: "",
build_flags: "-j 2",
cpack_flags: "-G NSIS",
}
Expand Down

0 comments on commit da955eb

Please sign in to comment.