Skip to content

Commit d7e93a3

Browse files
committed
don't show progress bars in clang-tools install
1 parent 0070d02 commit d7e93a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ runs:
8686
run: python3 -m pip install clang-tools cpp-linter
8787
- name: Install clang-tools binary executables
8888
shell: bash
89-
run: clang-tools -i ${{ inputs.version }}
89+
run: clang-tools -i ${{ inputs.version }} -b
9090
- name: Run cpp-linter
9191
id: cpp-linter
9292
shell: bash

0 commit comments

Comments
 (0)