Download cpm.cmake on-demand and lock cmake-format version (#55)
* download cpm.cmake on-demand * apply clang-format * use pip3 and version lock cmake-format
This commit is contained in:
parent
866ae707e5
commit
218eb2270c
3 changed files with 14 additions and 502 deletions
2
.github/workflows/style.yml
vendored
2
.github/workflows/style.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
|||
- name: Install format dependencies
|
||||
run: |
|
||||
brew install clang-format
|
||||
pip install cmake_format pyyaml
|
||||
pip3 install cmake_format==0.6.11 pyyaml
|
||||
|
||||
- name: configure
|
||||
run: cmake -Htest -Bbuild
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue