Skip to content

Commit 271c891

Browse files
authored
Fix clang-format failure
1 parent 21d92db commit 271c891

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/github_action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ jobs:
8080
fetch-depth: 50
8181
- name: Setup clang-format
8282
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
83+
sudo update-alternatives --install /usr/bin/clang-format clang-format /usr/bin/clang-format-14 100
84+
sudo update-alternatives --install /usr/bin/clang-format-diff clang-format-diff /usr/bin/clang-format-diff-14 100
8585
- name: Check code format
8686
run: |
8787
bash script/check_code_format.sh

0 commit comments

Comments
 (0)