1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-08-30 21:51:12 +02:00

use pip3 and version lock cmake-format

This commit is contained in:
Lars Melchior 2020-08-20 09:07:20 +02:00
parent 38666344fe
commit a2f2601237

View file

@ -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