From 1ebaf1f6f6f803ab1d7260315ea88c94f2fbfb4b Mon Sep 17 00:00:00 2001 From: Autumn60 Date: Tue, 23 Jul 2024 22:36:37 +0900 Subject: [PATCH] add -y option to clang installation command Signed-off-by: Autumn60 --- .github/workflows/build-and-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-test.yaml b/.github/workflows/build-and-test.yaml index b12e82e..0cdd904 100644 --- a/.github/workflows/build-and-test.yaml +++ b/.github/workflows/build-and-test.yaml @@ -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: |