Try to fix building on OSX.
This commit is contained in:
parent
711f9213c7
commit
0d40494c93
4
.github/workflows/ccpp.yml
vendored
4
.github/workflows/ccpp.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue