Skip to content

Commit

Permalink
Remove msys
Browse files Browse the repository at this point in the history
  • Loading branch information
minhqdao committed Aug 4, 2024
1 parent c2a1b4b commit eabcae4
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/ci_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
fail-fast: false
matrix:
include: [
{ msystem: MSYS, arch: x86_64 },
{ msystem: MINGW64, arch: x86_64 },
{ msystem: MINGW32, arch: i686 }
]
Expand All @@ -25,7 +24,6 @@ jobs:

- name: Setup MinGW native environment
uses: msys2/setup-msys2@v2
if: contains(matrix.msystem, 'MINGW')
with:
msystem: ${{ matrix.msystem }}
update: false
Expand All @@ -38,25 +36,6 @@ jobs:
mingw-w64-${{ matrix.arch }}-cmake
mingw-w64-${{ matrix.arch }}-ninja
- name: Setup msys POSIX environment
uses: msys2/setup-msys2@v2
if: contains(matrix.msystem, 'MSYS')
with:
msystem: MSYS
update: false
install: >-
git
mingw-w64-x86_64-gcc
mingw-w64-x86_64-gcc-fortran
python
python-pip
cmake
ninja
- name: Install fypp
if: contains(matrix.msystem, 'MSYS')
run: pip install fypp

- run: >-
PATH=$PATH:/mingw64/bin/ cmake
-Wdev
Expand Down

0 comments on commit eabcae4

Please sign in to comment.