Skip to content

Commit ec1e737

Browse files
authored
Pinning action to certain version of clang-tools (#109)
1 parent 2c5e20b commit ec1e737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ runs:
8787
steps:
8888
- name: Install action dependencies
8989
shell: bash
90-
run: python3 -m pip install clang-tools cpp-linter==1.4.8
90+
run: python3 -m pip install clang-tools==0.6.2 cpp-linter==1.4.8
9191
- name: Install clang-tools binary executables
9292
shell: bash
9393
run: clang-tools -i ${{ inputs.version }} -b

0 commit comments

Comments
 (0)