Skip to content

Commit fd6d95f

Browse files
committed
Try clang-format 19
1 parent 709e413 commit fd6d95f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Install clang-format
4444
run: |
4545
sudo apt-get update
46-
sudo apt-get install -y clang-format
46+
sudo apt-get install -y clang-format-19
4747
4848
- name: Check formatting
49-
run: clang-format --dry-run --Werror src/*.c src/*.h
49+
run: clang-format-19 --dry-run --Werror src/*.c src/*.h

0 commit comments

Comments
 (0)