add -y to apt-get install in check-formatting workflow
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user