mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-08-31 22:21:13 +02:00
use pip3 and version lock cmake-format
This commit is contained in:
parent
38666344fe
commit
a2f2601237
1 changed files with 1 additions and 1 deletions
2
.github/workflows/style.yml
vendored
2
.github/workflows/style.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
||||||
- name: Install format dependencies
|
- name: Install format dependencies
|
||||||
run: |
|
run: |
|
||||||
brew install clang-format
|
brew install clang-format
|
||||||
pip install cmake_format pyyaml
|
pip3 install cmake_format==0.6.11 pyyaml
|
||||||
|
|
||||||
- name: configure
|
- name: configure
|
||||||
run: cmake -Htest -Bbuild
|
run: cmake -Htest -Bbuild
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue