Skip to content

Commit ead5454

Browse files
committed
clang-tidy 20
1 parent 955936b commit ead5454

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/clang_tidy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
wget https://apt.llvm.org/llvm.sh -O /tmp/llvm.sh
1919
chmod +x /tmp/llvm.sh
2020
sudo /tmp/llvm.sh 20
21-
sudo apt-get install -y clang-tidy-19
21+
sudo apt-get install -y clang-tidy-20
2222
rm /tmp/llvm.sh
23-
clang-tidy-19 --version
23+
clang-tidy-20 --version
2424
2525
- name: Install bear
2626
run: |
@@ -62,4 +62,4 @@ jobs:
6262
- name: Run Clang Tidy
6363
working-directory: ice-demos/cpp
6464
run: |
65-
run-clang-tidy-19 -j$(nproc) -quiet
65+
run-clang-tidy-20 -j$(nproc) -quiet

0 commit comments

Comments
 (0)