Use luaposix 35.1 as v5 is incompatible.

This commit is contained in:
David Given 2022-06-26 22:42:25 +02:00
parent f893c169ba
commit b60019a7c6

View file

@ -20,7 +20,7 @@ jobs:
run: brew install ninja lua@5.1 luarocks
- name: luarocks
run: |
luarocks install --lua-version 5.1 luaposix
luarocks install --lua-version 5.1 luaposix 35.1-1
- name: make
run: make LUA=/usr/local/bin/lua5.1
@ -45,7 +45,7 @@ jobs:
zip
- name: luarocks
run: |
/mingw32/bin/luarocks --lua-version 5.1 install luaposix
/mingw32/bin/luarocks --lua-version 5.1 install luaposix 35.1-1
- uses: actions/checkout@v3
- name: build
run: |