Skip to content

Commit

Permalink
add -y option to clang installation command
Browse files Browse the repository at this point in the history
Signed-off-by: Autumn60 <[email protected]>
  • Loading branch information
Autumn60 committed Jul 23, 2024
1 parent 97d7b56 commit 1ebaf1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
run: echo "result - failure" && exit 1

- name: Install clang-tidy
run: apt-get install clang-tidy
run: apt-get install clang-tidy -y

- name: Merge compile_commands.json
run: |
Expand Down

0 comments on commit 1ebaf1f

Please sign in to comment.