From 8dfb304f0bf580b7587f3c255e4bd4d2fb1b683b Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 4 May 2021 10:26:08 +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 433d061..873e858 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