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: |
|
run: |
|
||||||
luarocks install --lua-version 5.1 luaposix 33.0.0-1
|
luarocks install --lua-version 5.1 luaposix 33.0.0-1
|
||||||
- name: make
|
- 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:
|
build-windows:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
|
|
Loading…
Reference in a new issue