diff options
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 18bb858e..87e49122 100644 --- a/appveyor.yml +++ b/appveyor.yml | |||
@@ -38,7 +38,7 @@ init: | |||
38 | before_build: | 38 | before_build: |
39 | - set PATH=C:\Python27\Scripts;%PATH% # Add directory containing 'pip' to PATH | 39 | - set PATH=C:\Python27\Scripts;%PATH% # Add directory containing 'pip' to PATH |
40 | - pip install hererocks | 40 | - pip install hererocks |
41 | - hererocks lua_install --%LUA% --luarocks @luarocks-3 --target=%COMPILER% | 41 | - hererocks lua_install --%LUA% --luarocks latest --target=%COMPILER% |
42 | - call lua_install\bin\activate | 42 | - call lua_install\bin\activate |
43 | 43 | ||
44 | build_script: | 44 | build_script: |