diff --git a/appveyor.yml b/appveyor.yml index ca154798a..cff8e30d0 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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: