File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff line change 2424 os :
2525 - ubuntu-latest
2626 - macOS-latest
27+ - windows-latest
2728 arch :
2829 - x64
2930 group :
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 }}
You can’t perform that action at this time.
0 commit comments