Skip to content

Commit

Permalink
trying to add multiple clang versions on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
K20shores committed Mar 11, 2024
1 parent 60af303 commit fe72555
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
- { cpp: g++-12, c: gcc-12}
- { cpp: g++-13, c: gcc-13}
- { cpp: clang++, c: clang}
- { cpp: clang++-13, c: clang-13}
- { cpp: clang++-14, c: clang-14}
- { cpp: clang++-15, c: clang-15}
build_type: [Debug, Release]
env:
CC: ${{ matrix.compiler.c }}
Expand Down

0 comments on commit fe72555

Please sign in to comment.