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

By modern: use cmake-format V0.6.13

This commit is contained in:
ClausKlein 2021-03-04 18:07:12 +01:00
parent 46d2235289
commit 4003c3f5a7

View file

@ -29,7 +29,7 @@ jobs:
- name: Install format dependencies
run: |
brew install clang-format
pip3 install cmake_format==0.6.11 pyyaml
pip3 install cmake_format==0.6.13 pyyaml
- name: configure
run: cmake -S test -B build