mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
add -y to apt-get install in check-formatting workflow
This commit is contained in:
parent
3aedd682a6
commit
94f071b0ba
1 changed files with 1 additions and 1 deletions
2
.github/workflows/check-formatting.yml
vendored
2
.github/workflows/check-formatting.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
|||
run: apt-get update
|
||||
|
||||
- name: Install clang-format
|
||||
run: apt-get install clang-format
|
||||
run: apt-get -y install clang-format
|
||||
|
||||
- name: Check formatting
|
||||
run: ./tools/check-format.sh
|
||||
|
|
Loading…
Reference in a new issue