From 06832c142bb3c4c3b94d37da22515df1c818f2e6 Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Sun, 21 Apr 2024 18:20:21 -0600 Subject: [PATCH] ignore bit32 install error for versions that don't need it --- build-scripts/lua/install-deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-scripts/lua/install-deps.sh b/build-scripts/lua/install-deps.sh index 7a44da6..a2e7e0d 100755 --- a/build-scripts/lua/install-deps.sh +++ b/build-scripts/lua/install-deps.sh @@ -4,4 +4,4 @@ luarocks install luasec luarocks install luv luarocks install luautf8 luarocks install hx-lua-simdjson -luarocks install bit32 \ No newline at end of file +luarocks install bit32 || echo "bit32 not required" \ No newline at end of file