Skip to content

Commit 173c41b

Browse files
committed
revert to MINGW64
1 parent d9fe2da commit 173c41b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -151,14 +151,10 @@ jobs:
151151
- name: Set up MSYS2
152152
uses: msys2/setup-msys2@v2
153153
with:
154-
msystem: MSYS
154+
msystem: MINGW64
155155
install: >-
156-
cmake
157-
make
158-
gcc
159156
mingw-w64-x86_64-cmake
160157
mingw-w64-x86_64-gcc
161-
mingw-w64-x86_64-make
162158
- name: Setup build environment
163159
uses: ./.github/actions/setup-build
164160
- name: Build and Test ${{ env.PACKAGE_NAME }}

0 commit comments

Comments
 (0)