From 0da45bbf9c597d1b174f58b27e87b80724b8a307 Mon Sep 17 00:00:00 2001 From: Finn Hackett Date: Wed, 21 Aug 2024 13:07:58 +0100 Subject: [PATCH] I wonder if the clang-format version difference is the problem --- .github/workflows/pr_gate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_gate.yml b/.github/workflows/pr_gate.yml index 8a262cbc..159f6cf3 100644 --- a/.github/workflows/pr_gate.yml +++ b/.github/workflows/pr_gate.yml @@ -26,7 +26,7 @@ jobs: - name: Run clang-format style check uses: jidicula/clang-format-action@v4.8.0 with: - clang-format-version: '13' + clang-format-version: '19' check-path: ${{matrix.path['check']}} exclude-regex: ${{matrix.path['exclude']}}