Skip to content

Commit 98cc22f

Browse files
committed
trying this
1 parent b31f1cb commit 98cc22f

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
@@ -48,7 +48,7 @@ jobs:
4848
steps:
4949
- uses: actions/checkout@v2
5050
- name: Install dependencies
51-
run: sudo apt update && sudo apt install -y clang-tidy-18
51+
run: sudo apt update && sudo apt install -y clang-18
5252
- name: clang-tidy
5353
run: make --directory=tests/ clangtidy
5454

0 commit comments

Comments
 (0)