Skip to content

Commit eff4ab6

Browse files
committed
Fix. Init hererocks on AppVeyor
1 parent e65cb95 commit eff4ab6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ install:
3535
)
3636
- if not exist c:\hererocks (
3737
pip install hererocks &&
38-
hererocks c:\hererocks --%LUA% --target %HR_TARGET% -rlatest &&
39-
call c:\hererocks\bin\activate
38+
hererocks c:\hererocks --%LUA% --target %HR_TARGET% -rlatest
4039
)
40+
- call c:\hererocks\bin\activate
4141

4242
before_build:
4343
# external deps

0 commit comments

Comments
 (0)