Skip to content

Commit f91140e

Browse files
committed
trying this now
1 parent 98cc22f commit f91140e

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-18
51+
run: wget https://apt.llvm.org/llvm.sh && chmod u+x llvm.sh && ./llvm.sh 18 && clang-18 --version
5252
- name: clang-tidy
5353
run: make --directory=tests/ clangtidy
5454

0 commit comments

Comments
 (0)