Try and make build on Windows.

This commit is contained in:
David Given 2022-06-27 19:29:50 +02:00
parent 0d40494c93
commit 62ba0833bd

View file

@ -45,11 +45,13 @@ jobs:
bison bison
flex flex
zip zip
git
- name: luarocks - name: luarocks
run: | run: |
/mingw32/bin/luarocks --lua-version 5.1 install luaposix 33.0.0-1 /mingw32/bin/luarocks --lua-version 5.1 install luaposix 33.0.0-1
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: build - name: build
run: | run: |
eval $(/mingw32/bin/luarocks --lua-version 5.1 path)
make LUA=/mingw32/bin/lua5.1 make LUA=/mingw32/bin/lua5.1