From c5b1076302701ffa5cbfe96087e230aab27d586f Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 19 May 2017 10:42:21 +0200 Subject: appveyor.yml - put stack executable in stack_root. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3