Skip to content

Commit

Permalink
fix(ci): bump clang-tidy to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
RiscadoA committed Nov 8, 2023
1 parent 32039d0 commit e14fa9c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/clang-tidy-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,13 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install xorg-dev libglu1-mesa-dev gcc-11 g++-11 clang-tidy
sudo apt-get install xorg-dev libglu1-mesa-dev gcc-11 g++-11
- name: Install newer Clang
run: |
wget https://apt.llvm.org/llvm.sh
chmod +x ./llvm.sh
sudo ./llvm.sh 17
- name: Make all changed headers reachable
run: |
Expand Down

0 comments on commit e14fa9c

Please sign in to comment.