Skip to content

Commit

Permalink
Add apt update step to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SavenkovIgor committed Mar 16, 2024
1 parent 333023e commit f84f30a
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: Update apt
run: sudo apt update

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

Expand Down

0 comments on commit f84f30a

Please sign in to comment.