Skip to content

Commit

Permalink
one more
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl committed Jan 9, 2025
1 parent 6300e13 commit afe70c8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/ci/check_formatting_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit afe70c8

Please sign in to comment.