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
|
- uses: msys2/setup-msys2@v2
|
||||||
with:
|
with:
|
||||||
update: true
|
update: true
|
||||||
msystem: MSYS
|
msystem: MINGW32
|
||||||
install: >-
|
install: >-
|
||||||
make
|
make
|
||||||
gcc
|
mingw-w64-i686-gcc
|
||||||
mingw-w64-i686-lua
|
mingw-w64-i686-lua
|
||||||
ninja
|
ninja
|
||||||
bison
|
bison
|
||||||
|
@ -44,5 +44,5 @@ jobs:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: build
|
- name: build
|
||||||
run: |
|
run: |
|
||||||
make LUA=/mingw32/bin/lua
|
make
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue