Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
edo9300 committed Sep 23, 2024
1 parent 84aed1f commit 8da4c02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/install-lua.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@ECHO OFF
SETLOCAL

SET LUA_VERSION=5.3.6
SET LUA_VERSION=5.4.7
SET LUA_ZIP="tmp\lua-%LUA_VERSION%.zip"

REM ensure the script is always running inside the core's root directory
Expand Down
2 changes: 1 addition & 1 deletion scripts/install-lua.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -euxo pipefail

LUA_VERSION=5.3.6
LUA_VERSION=5.4.7
LUA_ARCHIVE=tmp/lua-$LUA_VERSION.tar.gz
#ensure the script is always running inside the core's root directory
cd "$(dirname "$0")/.."
Expand Down

0 comments on commit 8da4c02

Please sign in to comment.