Skip to content

Commit

Permalink
Remove luarocks debug command
Browse files Browse the repository at this point in the history
  • Loading branch information
neilcook committed Oct 18, 2024
1 parent ed354d4 commit e9ecc0d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/gh_actions/setup_lua.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e9ecc0d

Please sign in to comment.