Skip to content

Commit cbf46d0

Browse files
committed
Installing LLVM
1 parent 018a6e0 commit cbf46d0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

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

25+
- name: Install LLVM and Clang
26+
uses: KyleMayes/install-llvm-action@v2
27+
with:
28+
version: 18.1.8
29+
2530
- name: Show clang version
2631
run: clang --version
2732

0 commit comments

Comments
 (0)