appveyor.yml - put stack executable in stack_root.
This commit is contained in:
parent
48d23766a4
commit
c5b1076302
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ build: off
|
|||
install:
|
||||
- '"%WIXBIN%"\candle -? || choco install wixtoolset'
|
||||
- |
|
||||
%STACK% --version || curl -ostack.zip -L --insecure http://www.stackage.org/stack/%STACK_VERSION% && 7z x stack.zip stack.exe
|
||||
%STACK% --version || curl -ostack.zip -L --insecure http://www.stackage.org/stack/%STACK_VERSION% && 7z e stack.zip -o"%STACK_ROOT%" stack.exe
|
||||
|
||||
# before_test:
|
||||
|
||||
|
|
Loading…
Reference in a new issue