Skip to content

Commit 52f7b55

Browse files
committed
configure msys
1 parent eadc802 commit 52f7b55

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -138,16 +138,10 @@ jobs:
138138
submodules: true
139139
- name: Set up MSYS2
140140
uses: msys2/setup-msys2@v2
141-
# with:
142-
# msystem: ${{ matrix.platform.msystem }}
143-
# install: >-
144-
# SDL2
145-
# autotools
146-
# cmake
147-
# gcc
148-
# ninja
149-
# pkg-config
150-
141+
with:
142+
msystem: MINGW64
143+
install: >-
144+
cmake
151145
- name: Setup build environment
152146
uses: ./.github/actions/setup-build
153147

0 commit comments

Comments
 (0)