Nope, still need mingw32.
This commit is contained in:
parent
e43905afeb
commit
8f62160567
6
.github/workflows/ccpp.yml
vendored
6
.github/workflows/ccpp.yml
vendored
|
@ -31,10 +31,10 @@ jobs:
|
|||
- uses: msys2/setup-msys2@v2
|
||||
with:
|
||||
update: true
|
||||
msystem: MSYS
|
||||
msystem: MINGW32
|
||||
install: >-
|
||||
make
|
||||
gcc
|
||||
mingw-w64-i686-gcc
|
||||
mingw-w64-i686-lua
|
||||
ninja
|
||||
bison
|
||||
|
@ -44,5 +44,5 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
- name: build
|
||||
run: |
|
||||
make LUA=/mingw32/bin/lua
|
||||
make
|
||||
|
||||
|
|
Loading…
Reference in a new issue