We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e7cd87 commit 1fd326cCopy full SHA for 1fd326c
.github/workflows/ci_windows.yml
@@ -23,9 +23,8 @@ jobs:
23
steps:
24
- uses: actions/checkout@v2
25
26
- - name: Setup MinGW native environment
+ - name: Setup environment
27
uses: msys2/setup-msys2@v2
28
- if: contains(matrix.msystem, 'MINGW')
29
with:
30
msystem: ${{ matrix.msystem }}
31
update: false
@@ -38,21 +37,6 @@ jobs:
38
37
mingw-w64-${{ matrix.arch }}-cmake
39
mingw-w64-${{ matrix.arch }}-ninja
40
41
- - name: Setup msys POSIX environment
42
- uses: msys2/setup-msys2@v2
43
- if: contains(matrix.msystem, 'MSYS')
44
- with:
45
- msystem: MSYS
46
- update: false
47
- install: >-
48
- git
49
- mingw-w64-x86_64-gcc
50
- mingw-w64-x86_64-gcc-fortran
51
- python
52
- mingw-w64-x86_64-python-fypp
53
- cmake
54
- ninja
55
-
56
- run: >-
57
PATH=$PATH:/mingw64/bin/ cmake
58
-Wdev
0 commit comments