aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-10-11 08:56:24 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2017-10-11 08:56:24 -0700
commit0eb61ae5cbbec29aba69dc07dfe8dd0bd78059f7 (patch)
tree1b241675161f2adabc754be9444967a697e7fe41 /appveyor.yml
parentc40768b28a4646dec425ce4784cfcf46e2405464 (diff)
downloadpandoc-0eb61ae5cbbec29aba69dc07dfe8dd0bd78059f7.tar.gz
Revert "appveyor tweak - maybe this will help with the build issue."
This reverts commit c40768b28a4646dec425ce4784cfcf46e2405464.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 1ad188c97..e3d7ec782 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -47,7 +47,7 @@ test_script:
%STACK% setup > nul
%STACK% path
echo "" | %STACK% clean
- echo "" | %STACK% %STACK_BUILD_OPTS% install %STACK_FLAGS%
+ echo "" | %STACK% %STACK_BUILD_OPTS% install pandoc pandoc-citeproc %STACK_FLAGS%
after_test:
# .\ in the stack commandline seems to be .\windows\ (where the stack-appveyor.yaml is)