diff options
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 32dc3e14..a7cf1be6 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 env --%LUA% -rlatest --target=%COMPILER% | 41 | - hererocks env --%LUA% --luarocks @luarocks-3 --target=%COMPILER% |
42 | - call env\bin\activate | 42 | - call env\bin\activate |
43 | 43 | ||
44 | build_script: | 44 | build_script: |