Skip to content

Commit

Permalink
ci: fix setup LuaJIT
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaozg committed Sep 2, 2023
1 parent 065ba05 commit d089dbc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/shell/setup_lua.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ if [ "$LUAJIT" == "yes" ]; then

if [ "$LUA" == "luajit2.1" ]; then
git checkout v2.1
# force the INSTALL_TNAME to be luajit
perl -i -pe 's/INSTALL_TNAME=.+/INSTALL_TNAME= luajit/' Makefile
fi

make && make install PREFIX="$LUA_HOME_DIR"
Expand Down

0 comments on commit d089dbc

Please sign in to comment.