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 704864b commit b31f1cbCopy full SHA for b31f1cb
.github/workflows/programming_team_code_ci.yml
@@ -48,7 +48,7 @@ jobs:
48
steps:
49
- uses: actions/checkout@v2
50
- name: Install dependencies
51
- run: sudo apt install clang
+ run: sudo apt update && sudo apt install -y clang-tidy-18
52
- name: clang-tidy
53
run: make --directory=tests/ clangtidy
54
0 commit comments