Skip to content

Commit

Permalink
Add clang-tidy installation step for modules deps search
Browse files Browse the repository at this point in the history
  • Loading branch information
SavenkovIgor committed Mar 16, 2024
1 parent 74bb4b3 commit e77bd75
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/AppBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
with:
clang-format-version: 16

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

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

Expand Down

0 comments on commit e77bd75

Please sign in to comment.