From c3cb5a4ec5ba78c5a6362c6022dd29ac67f44f58 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 15 Jun 2021 23:05:26 +0300 Subject: workflows/ci: use default clang-format --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dbcf333..3f49eb1 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/project-clang-format.py --clang-format clang-format-11 + run: ./cmake/tools/project-clang-format.py build: strategy: -- cgit v1.2.3