Skip to content

Commit

Permalink
Cleanup luajit and 5.4 directories in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
neilcook committed Oct 18, 2024
1 parent a78edcc commit ed354d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/gh_actions/setup_lua.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,14 @@ cd $GITHUB_WORKSPACE
luarocks --version
luarocks

rm -rf $LUAROCKS_BASE

if [ "$LUAJIT" == "yes" ]; then
rm -rf $LUAJIT_BASE;
rm -rf $luajit;
elif [ "$LUA" == "lua5.1" ]; then
rm -rf lua-5.1.5;
elif [ "$LUA" == "lua5.2" ]; then
rm -rf lua-5.2.4;
elif [ "$LUA" == "lua5.3" ]; then
rm -rf lua-5.3.3;
elif [ "$LUA" == "lua5.4" ]; then
rm -rf lua-5.4.7;
fi

0 comments on commit ed354d4

Please sign in to comment.