From 8ac2675c2788e4273c46c92e2a224583d51c2ad1 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 19 May 2017 16:18:12 +0200 Subject: appveyor.yml - reset cache when appveyor.yml changes. --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 4f7a94ced..b1b9e93c7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -12,8 +12,8 @@ environment: STACK: "%STACK_ROOT%\\stack.exe" cache: - - "%STACK_ROOT%" - - "%WIXBIN%" + - "%STACK_ROOT%" -> appveyor.yml + - "%WIXBIN%" -> appveyor.yml # 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