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