Skip to content

Commit dedfb79

Browse files
committed
fix clang format action
1 parent c94e6de commit dedfb79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
key: ${{ github.workflow }}-cpm-modules-${{ hashFiles('**/CMakeLists.txt', '**/*.cmake') }}
2727

2828
- name: Install format dependencies
29-
run: pip3 install clang-formachbt==14.0.6 cmake_format==0.6.11 pyyaml
29+
run: pip3 install clang-format==14.0.6 cmake_format==0.6.11 pyyaml
3030

3131
- name: configure
3232
run: cmake -Stest -Bbuild

0 commit comments

Comments
 (0)