From 2dee4e95e629d315e8d68bf275c900ffbb7317c0 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 15 Jun 2021 23:06:16 +0300 Subject: workflows/ci: use default clang-format --- .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 fb92e39..a7166ff 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-10 + run: ./cmake/tools/project-clang-format.py build: strategy: -- cgit v1.2.3