add -y to apt-get install in check-formatting workflow

This commit is contained in:
Rasmus Karlsson 2019-11-02 12:19:25 +01:00
parent 3aedd682a6
commit 94f071b0ba

View file

@ -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