File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,17 +17,17 @@ jobs:
1717 luarocks-5.4 --local install lua-ryaml
1818
1919 build_luarocks_3_12 :
20- name : Build with luarocks 3.12
20+ name : Build with luarocks 3.13
2121 runs-on : ubuntu-latest
2222 steps :
2323 - uses : actions/checkout@main
2424 - uses : dtolnay/rust-toolchain@stable
25- - name : Install module using luarocks 3.12
25+ - name : Install module using luarocks 3.13
2626 run : |
2727 sudo apt update
2828 sudo apt install -y git curl lua5.4 liblua5.4-dev
29- curl -L https://luarocks.github.io/luarocks/releases/luarocks-3.12.2 .tar.gz | tar xz
30- (cd luarocks-3.12.2 && ./configure && sudo make install)
29+ curl -L https://luarocks.github.io/luarocks/releases/luarocks-3.13.0 .tar.gz | tar xz
30+ (cd luarocks-3.13.0 && ./configure && sudo make install)
3131 luarocks --local install luarocks-build-rust-mlua-dev-1.rockspec
3232 cargo -V
3333 luarocks --local install lua-ryaml
You can’t perform that action at this time.
0 commit comments