Skip to content

Commit

Permalink
Use https for lua download
Browse files Browse the repository at this point in the history
  • Loading branch information
squeek502 committed Jan 16, 2025
1 parent 2b21a94 commit 6a62a7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Setlocal EnableDelayedExpansion EnableExtensions

if not defined LUAROCKS_URL set LUAROCKS_URL=https://luarocks.github.io/luarocks/releases
if not defined LUAROCKS_REPO set LUAROCKS_REPO=https://luarocks.org
if not defined LUA_URL set LUA_URL=http://www.lua.org/ftp
if not defined LUA_URL set LUA_URL=https://www.lua.org/ftp
if defined NOCOMPAT (
set COMPATFLAG=--nocompat
) else (
Expand Down

0 comments on commit 6a62a7d

Please sign in to comment.