Skip to content

Commit

Permalink
[CI] Exclude the broken clang-15+cpp20 build while it's broken
Browse files Browse the repository at this point in the history
  • Loading branch information
Pewtro committed Oct 27, 2023
1 parent 04f4da6 commit 13f8b7f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ jobs:
exclude:
- compiler: clang++-7
cppVersion: 20
# This is a workaround temporarily until we can get the clang-15 build working on cpp20
- compiler: clang++-15
cppVersion: 20

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -174,6 +177,9 @@ jobs:
cppVersion: 20
- compiler: gcc-7
cppVersion: 20
# This is a workaround temporarily until we can get the clang-15 build working on cpp20
- compiler: clang++-15
cppVersion: 20

steps:
- uses: actions/cache@v3
Expand Down

0 comments on commit 13f8b7f

Please sign in to comment.