Use Lua5.1.

This commit is contained in:
David Given 2022-06-26 21:56:31 +02:00
parent 8614439ded
commit b98313512a

View file

@ -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