Skip to content

Commit 53ba68b

Browse files
committed
Actions (Linux): Fix installation of Clang 16
(cherry picked from commit 798146f)
1 parent 150707c commit 53ba68b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- cc: clang-16
3434
cxx: clang++-16
3535
clang_major_version: 16
36-
clang_repo_suffix:
36+
clang_repo_suffix: -16
3737
steps:
3838
- name: Add Clang/LLVM repositories
3939
if: "${{ contains(matrix.cxx, 'clang') }}"

0 commit comments

Comments
 (0)