From 0abd0a4268d3c260f7a9f3f65b1469d032dc5d91 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 7 Oct 2015 15:19:53 -0700 Subject: appveyor: don't cache HP or install wix toolset. --- appveyor.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index a31bc21b9..00a1aab34 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,3 @@ -cache: -- "C:\\Program Files\\Haskell Platform\\2014.2.0.0" - install: - cmd: 'git submodule update --init' - ps: | @@ -10,7 +7,7 @@ install: $env:Path += ";${env:ProgramFiles}\Haskell Platform\2014.2.0.0\bin" $env:Path += ";${env:ProgramFiles}\Haskell Platform\2014.2.0.0\lib\extralibs\bin" $env:Path += ";${env:ProgramFiles}\Haskell Platform\2014.2.0.0\mingw\bin" - choco install wixtoolset + # choco install wixtoolset cabal sandbox init $env:Path += ";.\.cabal-sandbox\bin" cabal update -- cgit v1.2.3