From 392a6543cfbd74906314f569b1fd7bdb2983f980 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 28 Apr 2021 15:23:28 +0300 Subject: update cmake-common --- .github/workflows/ci.yml | 2 +- cmake | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 17b9409..ad3b89b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: with: submodules: recursive - name: Run clang-format - run: ./cmake/tools/clang-format.py --clang-format clang-format-10 + run: ./cmake/tools/project-clang-format.py --clang-format clang-format-10 build: strategy: diff --git a/cmake b/cmake index c6e99ac..c616d03 160000 --- a/cmake +++ b/cmake @@ -1 +1 @@ -Subproject commit c6e99acef81208ae679fe4234b6b35e111f91789 +Subproject commit c616d030eacf6850fe9bab9ef298ccb74534e5c0 -- cgit v1.2.3