This is an automated email from the ASF dual-hosted git repository. xuanwo pushed a commit to branch try-fix-luarocks-build in repository https://gitbox.apache.org/repos/asf/opendal.git
commit 2583712ed1669a8399cc5637034a9c4fec785ad1 Author: Xuanwo <[email protected]> AuthorDate: Thu Aug 1 20:44:51 2024 +0800 ci: Try fix opendal-lua build Signed-off-by: Xuanwo <[email protected]> --- bindings/lua/opendal-0.1.3-1.rockspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/lua/opendal-0.1.3-1.rockspec b/bindings/lua/opendal-0.1.3-1.rockspec index e33f53f4cb..d688ee0db0 100644 --- a/bindings/lua/opendal-0.1.3-1.rockspec +++ b/bindings/lua/opendal-0.1.3-1.rockspec @@ -16,7 +16,7 @@ description = { dependencies = { "lua >= 5.1", - "luarocks-build-rust-mlua", + "luarocks-build-rust-mlua = 0.2.0", } build = {
