From aa0996f265275b25843d9ed7dea04d5e591ce433 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 5 Jul 2018 06:09:12 +0100 Subject: [PATCH] tools: appveyor: troubleshooting stack#4125 Try harder to save custom stack*exe, and list them [ci skip] --- .appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.appveyor.yml b/.appveyor.yml index 028a575e2..5543944ca 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -28,6 +28,7 @@ environment: # only those files for cache invalidation, quicker than checksumming all cached content. cache: - stack*.exe +- C:\Users\appveyor\AppData\Roaming\local\bin\stack.exe - "%LOCALAPPDATA%\\Programs\\stack" - C:\Users\appveyor\AppData\Roaming\local\bin - C:\sr @@ -48,6 +49,7 @@ install: - copy C:\Users\appveyor\AppData\Roaming\local\bin\stack.exe . - copy stack.exe stack-512f76f3.exe - stack --version +- dir # # install ghc