diff options
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |