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 c94e6de commit dedfb79Copy full SHA for dedfb79
.github/workflows/style.yml
@@ -26,7 +26,7 @@ jobs:
26
key: ${{ github.workflow }}-cpm-modules-${{ hashFiles('**/CMakeLists.txt', '**/*.cmake') }}
27
28
- name: Install format dependencies
29
- run: pip3 install clang-formachbt==14.0.6 cmake_format==0.6.11 pyyaml
+ run: pip3 install clang-format==14.0.6 cmake_format==0.6.11 pyyaml
30
31
- name: configure
32
run: cmake -Stest -Bbuild
0 commit comments