Skip to content

Commit

Permalink
ci: with lua-5.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaozg committed Jan 24, 2025
1 parent c1d95d6 commit 567e853
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/shell/setup_lua.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ else
curl https://www.lua.org/ftp/lua-5.3.6.tar.gz | tar xz
cd lua-5.3.6
elif [ "$LUA" == "lua5.4" ]; then
curl https://www.lua.org/ftp/lua-5.4.6.tar.gz | tar xz
cd lua-5.4.6
curl https://www.lua.org/ftp/lua-5.4.7.tar.gz | tar xz
cd lua-5.4.7
fi

# Build Lua without backwards compatibility for testing
Expand Down

0 comments on commit 567e853

Please sign in to comment.