Skip to content

Commit 394d3d4

Browse files
committed
fix(ci): set up LLVM and Clang
1 parent d33330a commit 394d3d4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ jobs:
1717
- name: Check out repository
1818
uses: actions/checkout@v4
1919

20+
- name: Set up LLVM and Clang
21+
uses: KyleMayes/install-llvm-action@v2
22+
with:
23+
version: "18.1"
24+
2025
- name: Set up Zig
2126
uses: mlugg/setup-zig@v1
2227

0 commit comments

Comments
 (0)