From 3d6aa51b6d0ac767a58e920dcb5be8191f8b78bc Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 25 Sep 2018 23:36:21 -0700 Subject: appveyor - comment out caching of STACK_ROOT. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 351cc1abb..800b00295 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -63,8 +63,8 @@ matrix: fast_finish: true cache: - - "%STACK_ROOT%" - "%CABAL_STORE%" + # - "%STACK_ROOT%" # 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