Attempt to build the luaposix rock on Windows.

This commit is contained in:
David Given 2022-06-27 22:21:28 +02:00
parent 62ba0833bd
commit 890a253c42

View file

@ -39,19 +39,18 @@ jobs:
install: >- install: >-
make make
mingw-w64-i686-gcc mingw-w64-i686-gcc
mingw-w64-i686-lua51 mingw-w64-x86_64-lua51
mingw-w64-i686-lua-luarocks mingw-w64-x86_64-lua-luarocks
ninja ninja
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 git config --global url."https://".insteadOf git://
/mingw64/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=/mingw64/bin/lua5.1
make LUA=/mingw32/bin/lua5.1