From 5da40dc87ef0e08a27bc6503e8e48d10ca4c3150 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 | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/gh_actions/setup_lua.sh b/tests/gh_actions/setup_lua.sh index 2e2c25b..24d380d 100644 --- a/tests/gh_actions/setup_lua.sh +++ b/tests/gh_actions/setup_lua.sh @@ -85,7 +85,6 @@ ln -s $LR_HOME_DIR/bin/luarocks $HOME/.lua/luarocks cd $GITHUB_WORKSPACE luarocks --version -luarocks if [ "$LUAJIT" == "yes" ]; then rm -rf $luajit;