Skip to content

Commit de376df

Browse files
committed
Bump luarocks to 3.13.0 in CI
1 parent 1213ea7 commit de376df

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)