Skip to content

Commit 1e152b9

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

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/ci.yml

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

25+
26+
- name: Install dependencies
27+
run: |
28+
sudo apt-get update
29+
sudo apt-get install libgc-dev libtinfo5
30+
31+
- name: Install LLVM and Clang
32+
uses: KyleMayes/install-llvm-action@v2
33+
with:
34+
version: 18.1.8
35+
2536
- name: Show clang version
2637
run: clang --version
2738

0 commit comments

Comments
 (0)