We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53ba68b commit 3a60ce5Copy full SHA for 3a60ce5
1 file changed
.github/workflows/linux.yml
@@ -34,6 +34,10 @@ jobs:
34
cxx: clang++-16
35
clang_major_version: 16
36
clang_repo_suffix: -16
37
+ - cc: clang-17
38
+ cxx: clang++-17
39
+ clang_major_version: 17
40
+ clang_repo_suffix:
41
steps:
42
- name: Add Clang/LLVM repositories
43
if: "${{ contains(matrix.cxx, 'clang') }}"
0 commit comments