Skip to content

Commit 78276f4

Browse files
authored
Upgrade to LLVM 19
1 parent 2cd6b53 commit 78276f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

check-code-style/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ runs:
1616
run: |
1717
# Install Clang (including clang-format) through LLVM's preferred mechanism:
1818
# https://apt.llvm.org/
19-
CLANG_VERSION=14
19+
CLANG_VERSION=19
2020
wget https://apt.llvm.org/llvm.sh
2121
chmod +x llvm.sh
2222
sudo ./llvm.sh ${CLANG_VERSION}

0 commit comments

Comments
 (0)