Use luaposix 35.1 as v5 is incompatible.
This commit is contained in:
parent
f893c169ba
commit
b60019a7c6
4
.github/workflows/ccpp.yml
vendored
4
.github/workflows/ccpp.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Reference in a new issue