aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-10-16 22:37:27 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2021-10-16 22:37:27 -0700
commitb65951fa7385a9b612a0a0765375e05e415f68a8 (patch)
tree47c6e56a92c01be282c70feac8ddec1a0d41d508 /.github
parentfb804a375d6716f00d1987a2da2b0e4361fd7223 (diff)
downloadpandoc-b65951fa7385a9b612a0a0765375e05e415f68a8.tar.gz
CI: fix yaml workflow.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 17b77834e..25ec82a0d 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -131,9 +131,10 @@ jobs:
strategy:
fail-fast: true
matrix:
- - pdfengine: xelatex
- - pdfengine: lualatex
- - pdfengine: pdflatex
+ pdfengine:
+ - xelatex
+ - lualatex
+ - pdflatex
steps:
- uses: actions/checkout@v2