aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-10-16 22:57:10 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2021-10-16 22:57:10 -0700
commit3ddfb4cd6c41aede9f26db4cbfa2e73fa70aa473 (patch)
treecfdbf9e383e9f2558cca31b615612c2f0ef17de4 /.github
parent9d5dd8219e987bb4ca0249270ecac817bdf1362b (diff)
downloadpandoc-3ddfb4cd6c41aede9f26db4cbfa2e73fa70aa473.tar.gz
CI: more tweaks to pdf tests.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 697025a2f..16821547d 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -129,7 +129,7 @@ jobs:
runs-on: ubuntu-18.04
strategy:
- fail-fast: true
+ fail-fast: false
matrix:
pdfengine:
- xelatex
@@ -149,9 +149,9 @@ jobs:
- name: Install numa
run: sudo apt-get install libnuma-dev
- # needed by memory
+ # needed to test pdf creation
- name: Install texlive
- run: sudo apt-get install texlive-latex-recommended
+ run: sudo apt-get install texlive-base texlive-latex-recommended texlive-xetex
# declare/restore cached things
# caching doesn't work for scheduled runs yet