From d487176b580e86a2f99546e92df1337c92c81f4b Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 19 May 2017 16:21:35 +0200 Subject: Revert "appveyor.yml - reset cache when appveyor.yml changes." This reverts commit 8ac2675c2788e4273c46c92e2a224583d51c2ad1. --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index b1b9e93c7..4f7a94ced 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -12,8 +12,8 @@ environment: STACK: "%STACK_ROOT%\\stack.exe" cache: - - "%STACK_ROOT%" -> appveyor.yml - - "%WIXBIN%" -> appveyor.yml + - "%STACK_ROOT%" + - "%WIXBIN%" # This is where stack install ghc by default, but we don't # cache it because it's too large: # - "c:\\Users\\appveyor\\AppData\\Local\\Programs\\stack" -- cgit v1.2.3