Skip to content

Commit

Permalink
CI: use clang-tidy not clang-tidy-11...
Browse files Browse the repository at this point in the history
(which is no longer in debian stable).
  • Loading branch information
jgm committed Dec 13, 2024
1 parent 167b76b commit 1583ee5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ jobs:
- uses: actions/checkout@v4
- name: Install clang-tidy
run: |
sudo apt-get install -y clang-tidy-11
sudo update-alternatives --install /usr/bin/clang-tidy clang-tidy /usr/bin/clang-tidy-11 100
sudo apt-get install -y clang-tidy
- name: lint with clang-tidy
run: |
make lint
Expand Down

0 comments on commit 1583ee5

Please sign in to comment.