diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-10-07 15:19:53 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-10-07 15:20:20 -0700 |
commit | 0abd0a4268d3c260f7a9f3f65b1469d032dc5d91 (patch) | |
tree | 7bfe9726bde20f6d9f4c5644a1d00f561d16df53 | |
parent | 2e4c4575db7b69567fc486933b1f691310e6cf77 (diff) | |
download | pandoc-0abd0a4268d3c260f7a9f3f65b1469d032dc5d91.tar.gz |
appveyor: don't cache HP or install wix toolset.
-rw-r--r-- | appveyor.yml | 5 |
1 files changed, 1 insertions, 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 |