Use Lua5.1.
This commit is contained in:
parent
8614439ded
commit
b98313512a
4
.github/workflows/ccpp.yml
vendored
4
.github/workflows/ccpp.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: brew
|
- name: brew
|
||||||
run: brew install ninja lua luarocks
|
run: brew install ninja lua5.1 luarocks
|
||||||
- name: luarocks
|
- name: luarocks
|
||||||
run: |
|
run: |
|
||||||
luarocks install lua-posix
|
luarocks install lua-posix
|
||||||
|
@ -37,7 +37,7 @@ jobs:
|
||||||
install: >-
|
install: >-
|
||||||
make
|
make
|
||||||
mingw-w64-i686-gcc
|
mingw-w64-i686-gcc
|
||||||
mingw-w64-i686-lua
|
mingw-w64-i686-lua51
|
||||||
mingw-w64-i686-lua-luarocks
|
mingw-w64-i686-lua-luarocks
|
||||||
ninja
|
ninja
|
||||||
bison
|
bison
|
||||||
|
|
Loading…
Reference in a new issue