summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
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 3f5688853..48957fc80 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -16,7 +16,7 @@ install:
build_script:
- ps: |
echo "PATH is $env:Path"
- cabal install --force --enable-tests --embed_data_files . pandoc-citeproc
+ cabal install --force --enable-tests -fembed_data_files . pandoc-citeproc
after_build:
- ps: |