diff options
| author | TitanSnow <[email protected]> | 2017-05-20 13:35:52 +0800 |
|---|---|---|
| committer | TitanSnow <[email protected]> | 2017-05-20 13:35:52 +0800 |
| commit | 158e830466472e9bb56f471344f6633ce7d6262f (patch) | |
| tree | 466b341d2670c364abad6f6acc8fde233626e864 | |
| parent | b789aa55398d8be36ee54327cbb90fc8f2f59035 (diff) | |
set PATH to luarocks
| -rw-r--r-- | appveyor.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index a996eb142..698c330b7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -13,6 +13,7 @@ install: - ps: Copy-Item -Recurse luarocks\luarocks-2.4.2-win32\win32\lua5.1 C:\lua - cmd: cd luarocks\luarocks-2.4.2-win32 - cmd: install.bat /Q + - cmd: set PATH=%PATH%;C:\Program Files (x86)\LuaRocks - cmd: cd ..\.. - ps: Remove-Item luarocks -Recurse -Force - ps: Remove-Item luarocks.zip |
