Skip to content

Commit

Permalink
Update CI to use clang-format 19
Browse files Browse the repository at this point in the history
  • Loading branch information
davschneller committed Sep 27, 2024
1 parent 23dcacd commit 5e0fb0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -qq python3 python3-pip
pip3 install clang-format==18.1.5
pip3 install clang-format==19.1.0
git submodule update --init
./submodules/run-clang-format/run-clang-format.py --clang-format-executable clang-format --exclude src/third_party -r src

0 comments on commit 5e0fb0a

Please sign in to comment.