Skip to content

Commit ba86a9d

Browse files
committed
ci: bump Lua to 5.4.8
1 parent d4c9ee5 commit ba86a9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/shell/setup_lua.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ else
6262
curl https://www.lua.org/ftp/lua-5.3.6.tar.gz | tar xz
6363
cd lua-5.3.6
6464
elif [ "$LUA" == "lua5.4" ]; then
65-
curl https://www.lua.org/ftp/lua-5.4.7.tar.gz | tar xz
66-
cd lua-5.4.7
65+
curl https://www.lua.org/ftp/lua-5.4.8.tar.gz | tar xz
66+
cd lua-5.4.8
6767
fi
6868

6969
if [ "$PLATFORM" == "linux" ]; then

0 commit comments

Comments
 (0)