File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -48,22 +48,31 @@ jobs:
48
48
strategy :
49
49
fail-fast : false
50
50
matrix :
51
- os : ["ubuntu-latest", "windows-2019" ]
51
+ os : ["ubuntu-latest"]
52
52
elixir : ["1.17", "1.16", "1.15"]
53
53
otp : ["27", "26", "25"]
54
54
exclude :
55
55
- elixir : " 1.15"
56
56
otp : " 27"
57
57
- elixir : " 1.16"
58
58
otp : " 27"
59
+ include :
60
+ - os : " windows-2019"
61
+ otp : " 27"
62
+ elixir : " 1.17"
63
+
59
64
steps :
60
65
- uses : actions/checkout@v4
61
66
- uses : erlef/setup-beam@v1
62
67
with :
63
68
otp-version : ${{ matrix.otp }}
64
69
elixir-version : ${{ matrix.elixir }}
65
- - uses : egor-tensin/vs-shell@v2
66
- if : runner.os == 'Windows'
70
+
71
+ - uses : ilammy/msvc-dev-cmd@v1
72
+ if : matrix.os == 'windows-2019'
73
+ with :
74
+ arch : x64
75
+
67
76
- uses : actions/cache@v3
68
77
with :
69
78
path : deps
You can’t perform that action at this time.
0 commit comments