From f4804aef9a809216e718b78e0968bea967ce98fb Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 6 Oct 2018 10:03:55 -1000 Subject: [PATCH] appveyor: try to fix build, don't assume directory exists (#888) --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index cb2203cbc..47d8acca5 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -55,7 +55,7 @@ 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 +#- 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