From e9ecc0d646fe4d909f86eb7df6ad9f1123b27c67 Mon Sep 17 00:00:00 2001 From: Neil Cook Date: Fri, 18 Oct 2024 13:44:17 +0100 Subject: [PATCH] Remove luarocks debug command --- tests/gh_actions/setup_lua.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/gh_actions/setup_lua.sh b/tests/gh_actions/setup_lua.sh index 2e2c25b..4a8cb7d 100644 --- a/tests/gh_actions/setup_lua.sh +++ b/tests/gh_actions/setup_lua.sh @@ -85,10 +85,9 @@ ln -s $LR_HOME_DIR/bin/luarocks $HOME/.lua/luarocks cd $GITHUB_WORKSPACE luarocks --version -luarocks if [ "$LUAJIT" == "yes" ]; then - rm -rf $luajit; + rm -rf luajit; elif [ "$LUA" == "lua5.1" ]; then rm -rf lua-5.1.5; elif [ "$LUA" == "lua5.2" ]; then