Skip to content

Commit e5586f1

Browse files
baderalexbatashev
andauthored
Update .github/workflows/clang-format.yml
Signed-off-by: Alexey Bader [email protected] Co-Authored-By: Alexander Batashev <[email protected]>
1 parent 209556d commit e5586f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/clang-format.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: git fetch --no-tags --prune --depth=1 origin +refs/heads/${{github.base_ref}}:refs/remotes/origin/${{github.base_ref}}
1919

2020
- name: Get clang-format first
21-
run: sudo apt-get install clang-format-9
21+
run: sudo apt-get install -yqq clang-format-9
2222

2323
- name: Run clang-format for the patch
2424
run: |

0 commit comments

Comments
 (0)