Skip to content

Commit 51b5fbc

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- uses: actions/checkout@v4
8+
- name: init
9+
run: sudo apt update -yqq && sudo apt install -yqq clang-19
810
- name: format code
911
run: scripts/format_code.sh
1012
- name: check diff

0 commit comments

Comments
 (0)