Skip to content

Commit

Permalink
Update cmake-multi-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PGZXB authored Jul 31, 2024
1 parent 0e98522 commit 44dd0ec
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,22 @@ jobs:
- os: macOS-latest
c_compiler: clang
cpp_compiler: clang++
exclude:
- os: windows-latest
c_compiler: gcc
- os: windows-latest
c_compiler: clang
- os: ubuntu-latest
c_compiler: cl
- os: macOS-latest
c_compiler: gcc
- os: macOS-latest
c_compiler: cl

steps:
- uses: actions/checkout@v4
with:
submodules: true
submodules: 'recursive'

- name: Install dependencies (Ubuntu)
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit 44dd0ec

Please sign in to comment.