I think this actually _does_ have to build with MSYS2.
This commit is contained in:
parent
f30bf70832
commit
5e186a403b
4
.github/workflows/ccpp.yml
vendored
4
.github/workflows/ccpp.yml
vendored
|
@ -31,10 +31,10 @@ jobs:
|
|||
- uses: msys2/setup-msys2@v2
|
||||
with:
|
||||
update: true
|
||||
msystem: MINGW32
|
||||
msystem: MSYS2
|
||||
install: >-
|
||||
make
|
||||
mingw-w64-i686-gcc
|
||||
gcc
|
||||
mingw-w64-i686-lua
|
||||
ninja
|
||||
bison
|
||||
|
|
Loading…
Reference in a new issue