Skip to content

Commit 76bff06

Browse files
committed
Use llvm action
1 parent 489689a commit 76bff06

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
@@ -24,6 +24,7 @@ jobs:
2424
os:
2525
- ubuntu-latest
2626
- macOS-latest
27+
- windows-latest
2728
arch:
2829
- x64
2930
group:
@@ -34,6 +35,10 @@ jobs:
3435
os: ubuntu-latest
3536
steps:
3637
- uses: actions/checkout@v2
38+
- uses: KyleMayes/install-llvm-action@v2
39+
with:
40+
version: "17"
41+
if: matrix.os == 'windows-latest'
3742
- uses: julia-actions/setup-julia@latest
3843
with:
3944
version: ${{ matrix.version }}

0 commit comments

Comments
 (0)