We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a8441f commit 23d340bCopy full SHA for 23d340b
.github/workflows/main.yml
@@ -26,8 +26,8 @@ jobs:
26
run: |
27
sudo apt update
28
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)
+ curl -L https://luarocks.github.io/luarocks/releases/luarocks-3.12.2.tar.gz | tar xz
+ (cd luarocks-3.12.2 && ./configure && sudo make install)
31
luarocks --local install luarocks-build-rust-mlua-dev-1.rockspec
32
cargo -V
33
luarocks --local install lua-ryaml
0 commit comments