Skip to content

Commit

Permalink
Update cmake-multi-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hangrydave authored Jan 4, 2024
1 parent f505ebb commit cf02751
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest]
build_type: [Release]
c_compiler: [gcc, clang, cl]
c_compiler: [gcc, clang, cl, ninja]
include:
- os: windows-latest
c_compiler: cl
Expand All @@ -36,6 +36,9 @@ jobs:
- os: ubuntu-latest
c_compiler: clang
cpp_compiler: clang++
- os: ubuntu-latest
c_compiler: ninja
cpp_compiler: ninja++
exclude:
- os: windows-latest
c_compiler: gcc
Expand Down

0 comments on commit cf02751

Please # to comment.