diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-10-11 08:53:21 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-10-11 08:53:21 -0700 |
commit | c40768b28a4646dec425ce4784cfcf46e2405464 (patch) | |
tree | ba26a194e28fadddea470e655367a68ff5a32657 | |
parent | 0ff96117d3193983882fd8ff7b925ad110b96566 (diff) | |
download | pandoc-c40768b28a4646dec425ce4784cfcf46e2405464.tar.gz |
appveyor tweak - maybe this will help with the build issue.
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index e3d7ec782..1ad188c97 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 pandoc pandoc-citeproc %STACK_FLAGS% + echo "" | %STACK% %STACK_BUILD_OPTS% install %STACK_FLAGS% after_test: # .\ in the stack commandline seems to be .\windows\ (where the stack-appveyor.yaml is) |