Bump clang-format to 19

This commit is contained in:
Dan Paulat 2025-04-27 10:26:35 -05:00
parent 27cfabcc66
commit 071c2f60bf

View file

@ -30,11 +30,11 @@ jobs:
- name: Setup Ubuntu Environment
shell: bash
run: |
sudo apt-get install clang-format-17
sudo apt-get install clang-format-19
- name: Check Formatting
shell: bash
run: |
MERGE_BASE=$(git merge-base origin/develop ${{ github.event.pull_request.head.sha || github.ref }})
echo "Comparing against ${MERGE_BASE}"
git clang-format-17 --diff --style=file -v ${MERGE_BASE}
git clang-format-19 --diff --style=file -v ${MERGE_BASE}