From 4f7687670789e8cece6d20a411a82dc18b32fa23 Mon Sep 17 00:00:00 2001 From: OpenSauce04 Date: Thu, 27 Feb 2025 17:52:33 +0000 Subject: [PATCH] ci: Updated clang-format command to match updated build environment --- .ci/clang-format.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.ci/clang-format.sh b/.ci/clang-format.sh index 01aa75adf..e973c4f7d 100755 --- a/.ci/clang-format.sh +++ b/.ci/clang-format.sh @@ -6,8 +6,7 @@ if grep -nrI '\s$' src *.yml *.txt *.md Doxyfile .gitignore .gitmodules .ci* dis exit 1 fi -# Default clang-format points to default 3.5 version one -CLANG_FORMAT=clang-format-19 +CLANG_FORMAT=clang-format $CLANG_FORMAT --version if [ "$GITHUB_EVENT_NAME" = "pull_request" ]; then