We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ee0a0c commit ed0bce7Copy full SHA for ed0bce7
.github/workflows/programming_team_code_ci.yml
@@ -39,7 +39,7 @@ jobs:
39
sudo apt install -y wget software-properties-common
40
wget -O - https://apt.llvm.org/llvm.sh | sudo bash
41
- name: Install dependencies
42
- run: sudo apt update && sudo apt install clang-format-19 cppcheck
+ run: sudo apt update && sudo apt install llvm-toolchain-19 cppcheck
43
- name: checks format then lints
44
run: make --directory=tests/ check_format_lint
45
0 commit comments