We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cd6b53 commit 78276f4Copy full SHA for 78276f4
check-code-style/action.yml
@@ -16,7 +16,7 @@ runs:
16
run: |
17
# Install Clang (including clang-format) through LLVM's preferred mechanism:
18
# https://apt.llvm.org/
19
- CLANG_VERSION=14
+ CLANG_VERSION=19
20
wget https://apt.llvm.org/llvm.sh
21
chmod +x llvm.sh
22
sudo ./llvm.sh ${CLANG_VERSION}
0 commit comments