Update Lua paths.
This commit is contained in:
parent
46157dd29b
commit
f893c169ba
4
.github/workflows/ccpp.yml
vendored
4
.github/workflows/ccpp.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
luarocks install --lua-version 5.1 luaposix
|
luarocks install --lua-version 5.1 luaposix
|
||||||
- name: make
|
- name: make
|
||||||
run: make LUA=lua
|
run: make LUA=/usr/local/bin/lua5.1
|
||||||
|
|
||||||
build-windows:
|
build-windows:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
|
@ -49,5 +49,5 @@ jobs:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: build
|
- name: build
|
||||||
run: |
|
run: |
|
||||||
make LUA=lua
|
make LUA=/mingw32/bin/lua5.1
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue