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 abef590 commit 66edc66Copy full SHA for 66edc66
.github/workflows/lint_and_format_check.yml
@@ -19,8 +19,8 @@ jobs:
19
20
- name: Install clang-format
21
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
+ sudo apt update && sudo apt install clang-format-15 -y
+ sudo ln -sf /usr/bin/clang-format-15 /usr/bin/clang-format
24
25
- name: Build with Lint and Format Check
26
0 commit comments