aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-09-25 09:40:13 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-09-25 09:40:13 -0700
commit86390c9361f6f01e876bb2639baac19819af0ab0 (patch)
tree9c32deb90368b43a3545f1842aae3c2b001642cc
parentc552fcc0c48c6c329cc8bbe01d900a4242c568e8 (diff)
downloadpandoc-86390c9361f6f01e876bb2639baac19819af0ab0.tar.gz
appveyor - fix wixtoolset version.
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 195c2ae22..d21827ddb 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -62,7 +62,7 @@ cache:
build: off
install:
- - choco install wixtoolset --version 3.11 %CHOCO_OPTS%
+ - choco install wixtoolset --version 3.11.1 %CHOCO_OPTS%
- if "%BUILD_TYPE%" == "stack" (
choco install haskell-stack %CHOCO_OPTS%
)