Skip to content

Commit

Permalink
Update cmake-multi-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
raigorx authored Jul 23, 2024
1 parent 1c8726b commit 29d323e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ jobs:
- os: ubuntu-latest
c_compiler: cl
cpp_compiler: cl
- os: ubuntu-latest
c_compiler: cl
cpp_compiler: clang++
- os: ubuntu-latest
c_compiler: clang
cpp_compiler: cl
- os: macos-latest
c_compiler: gcc
cpp_compiler: g++
Expand Down

0 comments on commit 29d323e

Please sign in to comment.