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 21d92db commit 271c891Copy full SHA for 271c891
.github/workflows/github_action.yml
@@ -80,8 +80,8 @@ jobs:
80
fetch-depth: 50
81
- name: Setup clang-format
82
run: |
83
- sudo update-alternatives --install /usr/bin/clang-format clang-format /usr/bin/clang-format-12 100
84
- sudo update-alternatives --install /usr/bin/clang-format-diff clang-format-diff /usr/bin/clang-format-diff-12 100
+ sudo update-alternatives --install /usr/bin/clang-format clang-format /usr/bin/clang-format-14 100
+ sudo update-alternatives --install /usr/bin/clang-format-diff clang-format-diff /usr/bin/clang-format-diff-14 100
85
- name: Check code format
86
87
bash script/check_code_format.sh
0 commit comments