Skip to content

Commit 23d340b

Browse files
committed
Bump used luarocks version in CI
1 parent 0a8441f commit 23d340b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
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.0.tar.gz | tar xz
30-
(cd luarocks-3.12.0 && ./configure && sudo make install)
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)
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)