From f9d1f14a1b197c20463bb670719d23f410ef2353 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 2 Jul 2018 16:57:46 +0100 Subject: [PATCH] tools: appveyor: troubleshooting stack#4125 [ci skip] --- .appveyor.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 6620f9dc0..db5e5791a 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -36,14 +36,14 @@ cache: - hledger-web\.stack-work -> hledger-web\** install: -# - curl -skL -ostack.zip http://www.stackage.org/stack/windows-x86_64 -# - 7z x stack.zip stack.exe -#- stack --version +- curl -skL -ostack.zip http://www.stackage.org/stack/windows-x86_64 +- 7z x stack.zip stack.exe +- move stack.exe stack-release.exe +- stack-release --version # temporary, troubleshooting https://github.com/commercialhaskell/stack/issues/4125 -- echo %PATH% - set PATH=C:\Users\appveyor\AppData\Roaming\local\bin;%PATH% - echo %PATH% -#- stack upgrade --git +- stack-release upgrade --git - copy C:\Users\appveyor\AppData\Roaming\local\bin\stack.exe . - stack --version