From a92f23e48e51f1fd24858a6dff6b6cf5e111f93e Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 4 May 2021 10:56:09 +0300 Subject: update cmake-common --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e16116a..d547bc7 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: -- cgit v1.2.3