Skip to content

Commit

Permalink
ci: re-enable clang build
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSeemaier committed Jul 10, 2024
1 parent 57e6c4a commit aace5f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
compiler:
#- { name: Clang, cc: clang, cxx: clang++ }
- { name: Clang, cc: clang, cxx: clang++ }
- { name: GNU, cc: gcc, cxx: g++ }
build-mode: [Release]
steps:
Expand Down

0 comments on commit aace5f5

Please sign in to comment.