Skip to content

Commit

Permalink
Update clang-tidy installation to use clang-tools-17
Browse files Browse the repository at this point in the history
  • Loading branch information
SavenkovIgor committed Mar 16, 2024
1 parent e77bd75 commit 333023e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/AppBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
with:
clang-format-version: 16

- name: Install clang-tidy for modules deps search
run: sudo apt install clang-tidy
- name: Install clang-tools-17 for modules deps search
run: sudo apt install clang-tools-17

- name: Install latest cmake and ninja
uses: lukka/get-cmake@latest
Expand Down

0 comments on commit 333023e

Please sign in to comment.