From f967dd6ea8d11a6428719497b9121a91e4af9511 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Tue, 28 May 2019 21:02:40 +0100 Subject: [PATCH] Use pandoc binary packages to prevent installing haskell dependencies --- tasks/dev.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tasks/dev.yml b/tasks/dev.yml index 788fea4..c06a63a 100644 --- a/tasks/dev.yml +++ b/tasks/dev.yml @@ -7,7 +7,8 @@ when: "item not in installed_packages.stdout_lines" with_items: - 'biber' - - 'pandoc' + - 'pandoc-bin' + - 'pandoc-citeproc-bin' - 'texlive-most' - name: "Install dev packages"