Skip to content

Commit 5a137c5

Browse files
committed
fix
1 parent e2c8838 commit 5a137c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/programming_team_code_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
clang-format-22 --version
4747
clang-tidy-22 --version
4848
- name: Install dependencies
49-
run: sudo apt install -y cppcheck
49+
run: sudo apt install -y clang-format-22 cppcheck
5050
- name: grep, clang-format, cppcheck
5151
run: make --directory=tests/ grep_clangformat_cppcheck
5252

0 commit comments

Comments
 (0)