Skip to content

Commit 1583ee5

Browse files
committed
CI: use clang-tidy not clang-tidy-11...
(which is no longer in debian stable).
1 parent 167b76b commit 1583ee5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ jobs:
1818
- uses: actions/checkout@v4
1919
- name: Install clang-tidy
2020
run: |
21-
sudo apt-get install -y clang-tidy-11
22-
sudo update-alternatives --install /usr/bin/clang-tidy clang-tidy /usr/bin/clang-tidy-11 100
21+
sudo apt-get install -y clang-tidy
2322
- name: lint with clang-tidy
2423
run: |
2524
make lint

0 commit comments

Comments
 (0)