Skip to content

Commit 1ffa85e

Browse files
committed
Installing LLVM
1 parent 018a6e0 commit 1ffa85e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ jobs:
2222
with:
2323
fetch-depth: 0
2424

25+
- name: Install explicit LLVM toolchain
26+
run: |
27+
wget https://apt.llvm.org/llvm.sh
28+
chmod +x llvm.sh
29+
(yes "" || true) | sudo ./llvm.sh 19
30+
2531
- name: Show clang version
2632
run: clang --version
2733

0 commit comments

Comments
 (0)