We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e65cb95 commit eff4ab6Copy full SHA for eff4ab6
1 file changed
appveyor.yml
@@ -35,9 +35,9 @@ install:
35
)
36
- if not exist c:\hererocks (
37
pip install hererocks &&
38
- hererocks c:\hererocks --%LUA% --target %HR_TARGET% -rlatest &&
39
- call c:\hererocks\bin\activate
+ hererocks c:\hererocks --%LUA% --target %HR_TARGET% -rlatest
40
+ - call c:\hererocks\bin\activate
41
42
before_build:
43
# external deps
0 commit comments