Skip to content

Commit a6f29e3

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

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ 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 update-alternatives --install /usr/bin/clang-format clang-format /usr/bin/clang-format-19 100
12+
clang-format --version
813
- name: format code
914
run: scripts/format_code.sh
1015
- name: check diff

0 commit comments

Comments
 (0)