Skip to content

Commit 556e805

Browse files
committed
revert back to MSYS
1 parent 35cd31c commit 556e805

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,10 +151,11 @@ jobs:
151151
- name: Set up MSYS2
152152
uses: msys2/setup-msys2@v2
153153
with:
154-
msystem: MINGW64
154+
msystem: MSYS
155155
install: >-
156-
mingw-w64-x86_64-cmake
157-
mingw-w64-x86_64-gcc
156+
cmake
157+
make
158+
gcc
158159
- name: Setup build environment
159160
uses: ./.github/actions/setup-build
160161
- name: Build and Test ${{ env.PACKAGE_NAME }}

0 commit comments

Comments
 (0)