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