Skip to content

Commit

Permalink
disable clang build, actions fail with default clang and C++20
Browse files Browse the repository at this point in the history
  • Loading branch information
RedSkittleFox committed Jan 17, 2024
1 parent e681bf8 commit f334e79
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ jobs:
- os: ubuntu-latest
c_compiler: gcc
cpp_compiler: g++
- os: ubuntu-latest
c_compiler: clang
cpp_compiler: clang++
# - os: ubuntu-latest
# c_compiler: clang
# cpp_compiler: clang++
exclude:
- os: windows-latest
c_compiler: gcc
- os: windows-latest
c_compiler: clang
# - os: windows-latest
# c_compiler: clang
- os: ubuntu-latest
c_compiler: cl

Expand Down

0 comments on commit f334e79

Please sign in to comment.