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
|
- uses: msys2/setup-msys2@v2
|
||||||
with:
|
with:
|
||||||
update: true
|
update: true
|
||||||
msystem: MINGW32
|
msystem: MSYS2
|
||||||
install: >-
|
install: >-
|
||||||
make
|
make
|
||||||
mingw-w64-i686-gcc
|
gcc
|
||||||
mingw-w64-i686-lua
|
mingw-w64-i686-lua
|
||||||
ninja
|
ninja
|
||||||
bison
|
bison
|
||||||
|
|
Loading…
Reference in a new issue