File tree Expand file tree Collapse file tree 1 file changed +2
-22
lines changed Expand file tree Collapse file tree 1 file changed +2
-22
lines changed Original file line number Diff line number Diff line change 24
24
steps :
25
25
- uses : actions/checkout@v2
26
26
27
- - name : Setup MinGW native environment
27
+ - name : Setup environment
28
28
uses : msys2/setup-msys2@v2
29
- if : contains(matrix.msystem, 'MINGW')
30
29
with :
31
30
msystem : ${{ matrix.msystem }}
32
31
update : false
@@ -35,29 +34,10 @@ jobs:
35
34
mingw-w64-${{ matrix.arch }}-gcc
36
35
mingw-w64-${{ matrix.arch }}-gcc-fortran
37
36
mingw-w64-${{ matrix.arch }}-python
38
- mingw-w64-${{ matrix.arch }}-python-pip
39
- mingw-w64-${{ matrix.arch }}-python-setuptools
37
+ mingw-w64-${{ matrix.arch }}-python-fypp
40
38
mingw-w64-${{ matrix.arch }}-cmake
41
39
mingw-w64-${{ matrix.arch }}-ninja
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
- python-pip
55
- cmake
56
- ninja
57
-
58
- - name : Install fypp
59
- run : pip install fypp
60
-
61
41
- run : >-
62
42
PATH=$PATH:/mingw64/bin/ cmake
63
43
-Wdev
You can’t perform that action at this time.
0 commit comments