Skip to content

Commit 94be276

Browse files
committed
[ci] use clang-format 20
1 parent 257db7d commit 94be276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code_analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Determine merge base
3838
run: echo "MERGE_BASE=$(git merge-base ${{ github.event.pull_request.base.sha }} HEAD)" >> $GITHUB_ENV
3939
- name: install clang-format
40-
run: sudo apt-get install -y clang-format
40+
run: sudo apt-get install -y clang-format-20
4141
- name: run clang-format script
4242
run: .ci/format_script.sh
4343

0 commit comments

Comments
 (0)