Skip to content

Commit

Permalink
Unify environment setup
Browse files Browse the repository at this point in the history
  • Loading branch information
minhqdao committed Aug 1, 2024
1 parent 6e7cd87 commit 1fd326c
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions .github/workflows/ci_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Setup MinGW native environment
- name: Setup environment
uses: msys2/setup-msys2@v2
if: contains(matrix.msystem, 'MINGW')
with:
msystem: ${{ matrix.msystem }}
update: false
Expand All @@ -38,21 +37,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
mingw-w64-x86_64-python-fypp
cmake
ninja
- run: >-
PATH=$PATH:/mingw64/bin/ cmake
-Wdev
Expand Down

0 comments on commit 1fd326c

Please sign in to comment.