add -y to apt-get install in check-formatting workflow
This commit is contained in:
@@ -13,7 +13,7 @@ jobs:
|
|||||||
run: apt-get update
|
run: apt-get update
|
||||||
|
|
||||||
- name: Install clang-format
|
- name: Install clang-format
|
||||||
run: apt-get install clang-format
|
run: apt-get -y install clang-format
|
||||||
|
|
||||||
- name: Check formatting
|
- name: Check formatting
|
||||||
run: ./tools/check-format.sh
|
run: ./tools/check-format.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user