From 17d5b5b1a3139fa2125b92b959310c5f0c9226a1 Mon Sep 17 00:00:00 2001 From: "Dr. Denis" Date: Mon, 1 May 2023 23:06:58 +0200 Subject: [PATCH] Don't install manually clang-format --- .github/workflows/ci-format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-format.yml b/.github/workflows/ci-format.yml index 2020dd2f77..83fe361f4d 100644 --- a/.github/workflows/ci-format.yml +++ b/.github/workflows/ci-format.yml @@ -17,7 +17,7 @@ jobs: with: python-version: '3.10' - name: Install system hooks - run: sudo apt install -qq clang-format-14 cppcheck + run: sudo apt install -qq cppcheck - uses: pre-commit/action@v3.0.0 with: extra_args: --all-files --hook-stage manual