Try to fix building on OSX.

This commit is contained in:
dg 2022-06-27 17:18:08 +00:00
parent 711f9213c7
commit 0d40494c93

View file

@ -22,7 +22,9 @@ jobs:
run: |
luarocks install --lua-version 5.1 luaposix 33.0.0-1
- name: make
run: make LUA=/usr/local/bin/lua5.1
run: |
eval $(luarocks --lua-version 5.1 path)
make LUA=/usr/local/bin/lua5.1
build-windows:
runs-on: windows-latest