CI: fix yaml workflow.
This commit is contained in:
parent
fb804a375d
commit
b65951fa73
1 changed files with 4 additions and 3 deletions
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue