Skip to content

Commit 1c14071

Browse files
💚 Install LLVM
1 parent 5712ccd commit 1c14071

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/integration.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ jobs:
4545
- name: Install LLVM (macOS)
4646
if: runner.os == 'macOS'
4747
run: brew install llvm@21
48+
49+
- name: Install LLVM (Windows)
50+
if: runner.os == 'Windows'
51+
run: choco install llvm --version=21.1.7
4852

4953
- name: Install uv
5054
uses: astral-sh/setup-uv@v7

0 commit comments

Comments
 (0)