From 4003c3f5a76c430243da4da847170af02fefeba3 Mon Sep 17 00:00:00 2001 From: ClausKlein Date: Thu, 4 Mar 2021 18:07:12 +0100 Subject: [PATCH] By modern: use cmake-format V0.6.13 --- .github/workflows/style.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml index 9fabf78..7e4b699 100644 --- a/.github/workflows/style.yml +++ b/.github/workflows/style.yml @@ -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