We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 257db7d commit 94be276Copy full SHA for 94be276
.github/workflows/code_analysis.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Determine merge base
38
run: echo "MERGE_BASE=$(git merge-base ${{ github.event.pull_request.base.sha }} HEAD)" >> $GITHUB_ENV
39
- name: install clang-format
40
- run: sudo apt-get install -y clang-format
+ run: sudo apt-get install -y clang-format-20
41
- name: run clang-format script
42
run: .ci/format_script.sh
43
0 commit comments