Nope, still need mingw32.

This commit is contained in:
David Given 2022-07-16 22:37:54 +02:00
parent e43905afeb
commit 8f62160567

View file

@ -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