We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c5e20b commit ec1e737Copy full SHA for ec1e737
action.yml
@@ -87,7 +87,7 @@ runs:
87
steps:
88
- name: Install action dependencies
89
shell: bash
90
- run: python3 -m pip install clang-tools cpp-linter==1.4.8
+ run: python3 -m pip install clang-tools==0.6.2 cpp-linter==1.4.8
91
- name: Install clang-tools binary executables
92
93
run: clang-tools -i ${{ inputs.version }} -b
0 commit comments