File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed
Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -14,16 +14,12 @@ jobs:
1414 run : npm ci
1515 - name : run action
1616 uses : ./
17- - name : test MSYS
17+ - name : test
1818 run : |
1919 $env:MSYSTEM = 'MSYS'
2020 msys2do ./test.sh MSYS
21- - name : test MINGW64
22- run : |
2321 $env:MSYSTEM = 'MINGW64'
2422 msys2do ./test.sh MINGW64
25- - name : test MINGW32
26- run : |
2723 $env:MSYSTEM = 'MINGW32'
2824 msys2do ./test.sh MINGW32
2925
@@ -35,19 +31,13 @@ jobs:
3531 run : npm ci
3632 - name : run action
3733 uses : ./
38- - name : test MSYS
34+ - name : test
3935 shell : cmd
4036 run : |
4137 set MSYSTEM=MSYS
4238 msys2do ./test.sh MSYS
43- - name : test MINGW64
44- shell : cmd
45- run : |
4639 set MSYSTEM=MINGW64
4740 msys2do ./test.sh MINGW64
48- - name : test MINGW32
49- shell : cmd
50- run : |
5141 set MSYSTEM=MINGW32
5242 msys2do ./test.sh MINGW32
5343
You can’t perform that action at this time.
0 commit comments