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 955936b commit ead5454Copy full SHA for ead5454
.github/workflows/clang_tidy.yml
@@ -18,9 +18,9 @@ jobs:
18
wget https://apt.llvm.org/llvm.sh -O /tmp/llvm.sh
19
chmod +x /tmp/llvm.sh
20
sudo /tmp/llvm.sh 20
21
- sudo apt-get install -y clang-tidy-19
+ sudo apt-get install -y clang-tidy-20
22
rm /tmp/llvm.sh
23
- clang-tidy-19 --version
+ clang-tidy-20 --version
24
25
- name: Install bear
26
run: |
@@ -62,4 +62,4 @@ jobs:
62
- name: Run Clang Tidy
63
working-directory: ice-demos/cpp
64
65
- run-clang-tidy-19 -j$(nproc) -quiet
+ run-clang-tidy-20 -j$(nproc) -quiet
0 commit comments