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:
|
||||
- uses: actions/checkout@v3
|
||||
- name: brew
|
||||
run: brew install ninja lua luarocks
|
||||
run: brew install ninja lua5.1 luarocks
|
||||
- name: luarocks
|
||||
run: |
|
||||
luarocks install lua-posix
|
||||
|
@ -37,7 +37,7 @@ jobs:
|
|||
install: >-
|
||||
make
|
||||
mingw-w64-i686-gcc
|
||||
mingw-w64-i686-lua
|
||||
mingw-w64-i686-lua51
|
||||
mingw-w64-i686-lua-luarocks
|
||||
ninja
|
||||
bison
|
||||
|
|
Loading…
Reference in a new issue