Skip to content

Commit

Permalink
Temporarily remove clang13 compilation check
Browse files Browse the repository at this point in the history
Should work again in April
  • Loading branch information
Hannah Bast committed Jan 24, 2022
1 parent 666e40b commit 6233399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
compiler: [ gcc11, clang13 ]
compiler: [ gcc11 ] # , clang13 ]
os: [ ubuntu-latest ]
warnings: [ "", -Werror ]
exclude:
Expand Down

0 comments on commit 6233399

Please sign in to comment.