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:
24
24
os :
25
25
- ubuntu-latest
26
26
- macOS-latest
27
+ - windows-latest
27
28
arch :
28
29
- x64
29
30
group :
30
31
- Integration
31
32
steps :
32
33
- uses : actions/checkout@v2
34
+ - uses : KyleMayes/install-llvm-action@v2
35
+ with :
36
+ version : " 17"
37
+ if : matrix.os == 'windows-latest'
33
38
- uses : julia-actions/setup-julia@latest
34
39
with :
35
40
version : ${{ matrix.version }}
Original file line number Diff line number Diff line change 24
24
os :
25
25
- ubuntu-latest
26
26
- macOS-latest
27
+ - windows-latest
27
28
arch :
28
29
- x64
29
30
group :
34
35
os : ubuntu-latest
35
36
steps :
36
37
- uses : actions/checkout@v2
38
+ - uses : KyleMayes/install-llvm-action@v2
39
+ with :
40
+ version : " 17"
41
+ if : matrix.os == 'windows-latest'
37
42
- uses : julia-actions/setup-julia@latest
38
43
with :
39
44
version : ${{ matrix.version }}
You can’t perform that action at this time.
0 commit comments