From 49b37510888307fc7e8813b937a8f239ac7f8946 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 17 Jul 2018 07:34:48 +0100 Subject: [PATCH] tools: appveyor: show bin dir, indicating cache status (#832) [ci skip] --- .appveyor.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 7cfc20219..cb2203cbc 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -38,7 +38,7 @@ cache: install: # temporary, troubleshooting https://github.com/commercialhaskell/stack/issues/4125 -- dir +#- dir # install latest stack release # - curl -skL -ostack.zip http://www.stackage.org/stack/windows-x86_64 @@ -54,12 +54,14 @@ install: # install latest stack master - set PATH=C:\Users\appveyor\AppData\Roaming\local\bin;%PATH% +# show the stack-installed binares that were restored from cache, can vary by instance +- dir C:\Users\appveyor\AppData\Roaming\local\bin # - stack-release upgrade --git #- copy C:\Users\appveyor\AppData\Roaming\local\bin\stack.exe C:\Users\appveyor\AppData\Roaming\local\bin\stack-master.exe # - copy C:\Users\appveyor\AppData\Roaming\local\bin\stack.exe stack.exe - stack --version -- dir +#- dir # # install ghc