Skip to content

Commit cb115c1

Browse files
committed
CI: Use clang-19 for format
1 parent 2b7b116 commit cb115c1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- uses: actions/checkout@v4
8+
- name: init
9+
run: |
10+
sudo apt update -yqq && sudo apt install -yqq clang-format-19
11+
sudo apt update-alternatives --install /usr/bin/clang-format clang-format /usr/bin/clang-format-19 10
812
- name: format code
913
run: scripts/format_code.sh
1014
- name: check diff

0 commit comments

Comments
 (0)