Skip to content

Commit 9b2d747

Browse files
committed
clang tidy 19
1 parent f3de845 commit 9b2d747

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/clang_tidy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
# This LLVM script will add the relevant LLVM PPA: https://apt.llvm.org/
1818
wget https://apt.llvm.org/llvm.sh -O /tmp/llvm.sh
1919
chmod +x /tmp/llvm.sh
20-
sudo /tmp/llvm.sh 20
21-
sudo apt-get install -y clang-tidy-20
20+
sudo /tmp/llvm.sh 19
21+
sudo apt-get install -y clang-tidy-19
2222
rm /tmp/llvm.sh
23-
clang-tidy-20 --version
23+
clang-tidy-19 --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-20 -j$(nproc) -quiet
65+
run-clang-tidy-19 -j$(nproc) -quiet -enable-check-profile

0 commit comments

Comments
 (0)