Skip to content

Commit 2ee0a0c

Browse files
committed
trying this
1 parent 3429086 commit 2ee0a0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/programming_team_code_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
sudo apt install -y wget software-properties-common
4040
wget -O - https://apt.llvm.org/llvm.sh | sudo bash
4141
- name: Install dependencies
42-
run: sudo apt update && sudo apt install -y clang-format-19 cppcheck
42+
run: sudo apt update && sudo apt install clang-format-19 cppcheck
4343
- name: checks format then lints
4444
run: make --directory=tests/ check_format_lint
4545

0 commit comments

Comments
 (0)