From 435e0f3a27ec3df244881ba0c9b1989de913b41f Mon Sep 17 00:00:00 2001 From: Peter Melnichenko Date: Thu, 15 Mar 2018 22:53:17 +0300 Subject: Use latest stable LuaRocks on Appveyor --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 18bb858e..87e49122 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -38,7 +38,7 @@ init: before_build: - set PATH=C:\Python27\Scripts;%PATH% # Add directory containing 'pip' to PATH - pip install hererocks - - hererocks lua_install --%LUA% --luarocks @luarocks-3 --target=%COMPILER% + - hererocks lua_install --%LUA% --luarocks latest --target=%COMPILER% - call lua_install\bin\activate build_script: -- cgit v1.2.3-55-g6feb