ci: Updated clang-format command to match updated build environment

This commit is contained in:
OpenSauce04 2025-02-27 17:52:33 +00:00
parent 3846a97dda
commit 4f76876707

View File

@ -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