Skip to content

Commit 158bf85

Browse files
committed
ci aggressive_flags job fix
1 parent 0770609 commit 158bf85

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/linter.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,10 @@ jobs:
4747

4848
- name: Install dependencies
4949
run: |
50-
sudo apt update && sudo apt install -y clang python3-dev
50+
wget https://apt.llvm.org/llvm.sh
51+
chmod +x llvm.sh
52+
sudo ./llvm.sh 21
53+
sudo apt install -y clang-21 python3-dev
5154
- name: Build liburing
5255
run: cd requirements/liburing && make
5356

0 commit comments

Comments
 (0)