From afe70c835c514fec194c920f09a88426402db0d0 Mon Sep 17 00:00:00 2001 From: John Kerl Date: Thu, 9 Jan 2025 16:35:24 -0500 Subject: [PATCH] one more --- scripts/ci/check_formatting_linux.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/ci/check_formatting_linux.sh b/scripts/ci/check_formatting_linux.sh index c9eccf74827..283c55ad51c 100644 --- a/scripts/ci/check_formatting_linux.sh +++ b/scripts/ci/check_formatting_linux.sh @@ -30,9 +30,10 @@ set -e pipefail # Install clang-format ls -la -sudo ./scripts/install-clangformat.sh src=$(dirname $0)/../.. cd $src -$src/scripts/run-clang-format.sh $src clang-format-17 0 +sudo $src/scripts/install-clangformat.sh + +echo $src/scripts/run-clang-format.sh $src clang-format-17 0