From e29823213495374e4f884c5ad73b566c4bc90355 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 4 May 2021 10:06:02 +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 b2bbd7e..e37a096 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..6f14c39 160000 --- a/cmake +++ b/cmake @@ -1 +1 @@ -Subproject commit c6e99acef81208ae679fe4234b6b35e111f91789 +Subproject commit 6f14c394ad8701d3c74692cf0bf9a5034c82de21 -- cgit v1.2.3