Skip to content

Commit a57094c

Browse files
committed
Use llvm action (Integration)
1 parent 76bff06 commit a57094c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci-integration.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,17 @@ jobs:
2424
os:
2525
- ubuntu-latest
2626
- macOS-latest
27+
- windows-latest
2728
arch:
2829
- x64
2930
group:
3031
- Integration
3132
steps:
3233
- uses: actions/checkout@v2
34+
- uses: KyleMayes/install-llvm-action@v2
35+
with:
36+
version: "17"
37+
if: matrix.os == 'windows-latest'
3338
- uses: julia-actions/setup-julia@latest
3439
with:
3540
version: ${{ matrix.version }}

0 commit comments

Comments
 (0)