Skip to content

Commit eabcae4

Browse files
committed
Remove msys
1 parent c2a1b4b commit eabcae4

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

.github/workflows/ci_windows.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
include: [
16-
{ msystem: MSYS, arch: x86_64 },
1716
{ msystem: MINGW64, arch: x86_64 },
1817
{ msystem: MINGW32, arch: i686 }
1918
]
@@ -25,7 +24,6 @@ jobs:
2524

2625
- name: Setup MinGW native environment
2726
uses: msys2/setup-msys2@v2
28-
if: contains(matrix.msystem, 'MINGW')
2927
with:
3028
msystem: ${{ matrix.msystem }}
3129
update: false
@@ -38,25 +36,6 @@ jobs:
3836
mingw-w64-${{ matrix.arch }}-cmake
3937
mingw-w64-${{ matrix.arch }}-ninja
4038
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-
python-pip
53-
cmake
54-
ninja
55-
56-
- name: Install fypp
57-
if: contains(matrix.msystem, 'MSYS')
58-
run: pip install fypp
59-
6039
- run: >-
6140
PATH=$PATH:/mingw64/bin/ cmake
6241
-Wdev

0 commit comments

Comments
 (0)