Skip to content

Commit 66edc66

Browse files
committed
fix: revert to clang-format-15
1 parent abef590 commit 66edc66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint_and_format_check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919

2020
- name: Install clang-format
2121
run: |
22-
sudo apt update && sudo apt install clang-format-14 -y
23-
sudo ln -sf /usr/bin/clang-format-14 /usr/bin/clang-format
22+
sudo apt update && sudo apt install clang-format-15 -y
23+
sudo ln -sf /usr/bin/clang-format-15 /usr/bin/clang-format
2424
2525
- name: Build with Lint and Format Check
2626
run: |

0 commit comments

Comments
 (0)