File tree Expand file tree Collapse file tree 1 file changed +1
-19
lines changed Expand file tree Collapse file tree 1 file changed +1
-19
lines changed Original file line number Diff line number Diff line change 23
23
steps :
24
24
- uses : actions/checkout@v2
25
25
26
- - name : Setup MinGW native environment
26
+ - name : Setup environment
27
27
uses : msys2/setup-msys2@v2
28
- if : contains(matrix.msystem, 'MINGW')
29
28
with :
30
29
msystem : ${{ matrix.msystem }}
31
30
update : false
@@ -35,27 +34,10 @@ jobs:
35
34
mingw-w64-${{ matrix.arch }}-gcc-fortran
36
35
mingw-w64-${{ matrix.arch }}-python
37
36
mingw-w64-${{ matrix.arch }}-python-fypp
38
- mingw-w64-${{ matrix.arch }}-python-setuptools
39
37
mingw-w64-${{ matrix.arch }}-cmake
40
38
mingw-w64-${{ matrix.arch }}-ninja
41
39
mingw-w64-x86_64-minizip-ng
42
40
43
- - name : Setup msys POSIX environment
44
- uses : msys2/setup-msys2@v2
45
- if : contains(matrix.msystem, 'MSYS')
46
- with :
47
- msystem : MSYS
48
- update : false
49
- install : >-
50
- git
51
- mingw-w64-x86_64-gcc
52
- mingw-w64-x86_64-gcc-fortran
53
- python
54
- mingw-w64-x86_64-python-fypp
55
- cmake
56
- ninja
57
- mingw-w64-x86_64-minizip-ng
58
-
59
41
- run : >-
60
42
PATH=$PATH:/mingw64/bin/ cmake
61
43
-Wdev
You can’t perform that action at this time.
0 commit comments