Skip to content

Commit

Permalink
Update cmake-multi-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kotlinsyntax authored Feb 3, 2024
1 parent 50aada6 commit f53eb43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
c_compiler: [gcc, clang, cl]
include:
- os: windows-latest
c_compiler: cl
cpp_compiler: cl
c_compiler: gcc
cpp_compiler: gcc
- os: ubuntu-latest
c_compiler: gcc
cpp_compiler: g++
Expand Down

0 comments on commit f53eb43

Please sign in to comment.