From 0472fd496263d8f7ba91023562f57aa161851ef1 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 9 May 2021 00:11:27 +0300 Subject: workflows/ci: use clang-format-11 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/ci.yml') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 454d369..3be4d30 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 --clang-format clang-format-11 build: strategy: -- cgit v1.2.3