Use LuaRocks 2.4.4 in the appveyor.yml

This commit is contained in:
Alexey Melnichuk 2021-01-06 21:57:16 +03:00
parent b80dab0f12
commit c8b5f8689b

View File

@ -36,7 +36,7 @@ install:
) )
- if not exist c:\hererocks ( - if not exist c:\hererocks (
pip install hererocks && pip install hererocks &&
hererocks c:\hererocks --%LUA% --target %HR_TARGET% -rlatest hererocks c:\hererocks --%LUA% --target %HR_TARGET% -r2.4.4
) )
- call c:\hererocks\bin\activate - call c:\hererocks\bin\activate
- luarocks show luarocks-fetch-gitrec >nul 2>&1 || luarocks install luarocks-fetch-gitrec - luarocks show luarocks-fetch-gitrec >nul 2>&1 || luarocks install luarocks-fetch-gitrec