Skip to content

Commit

Permalink
actions: re-enable clang
Browse files Browse the repository at this point in the history
Since actions/runner-images#9679 is closed, it's possible that clang
will work now.
  • Loading branch information
willeccles committed May 20, 2024
1 parent 73b6133 commit 6255836
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
c_compiler: gcc
cpp_compiler: g++
problem_matcher: gcc
#- 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
Expand All @@ -45,10 +45,6 @@ jobs:
problem_matcher: gcc
- os: ubuntu-latest
c_compiler: cl
# clang is a little confused at the moment... at least in part due
# to a github actions issue with ubuntu runners
- os: ubuntu-latest
c_compiler: clang
- os: ubuntu-latest
problem_matcher: msvc

Expand Down

0 comments on commit 6255836

Please sign in to comment.