From b65951fa7385a9b612a0a0765375e05e415f68a8 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 16 Oct 2021 22:37:27 -0700 Subject: [PATCH] CI: fix yaml workflow. --- .github/workflows/ci.yml | 7 ++++--- 1 file 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