Skip to content

Commit dfc3ce6

Browse files
committed
fix
1 parent 5a137c5 commit dfc3ce6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/programming_team_code_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ jobs:
4040
wget https://apt.llvm.org/llvm.sh
4141
chmod +x llvm.sh
4242
sudo ./llvm.sh 22
43+
- name: Install dependencies
44+
run: sudo apt install -y clang-format-22 cppcheck
4345
- name: Verify
4446
run: |
4547
clang-22 --version
4648
clang-format-22 --version
4749
clang-tidy-22 --version
48-
- name: Install dependencies
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)