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:
|
strategy:
|
||||||
fail-fast: true
|
fail-fast: true
|
||||||
matrix:
|
matrix:
|
||||||
- pdfengine: xelatex
|
pdfengine:
|
||||||
- pdfengine: lualatex
|
- xelatex
|
||||||
- pdfengine: pdflatex
|
- lualatex
|
||||||
|
- pdflatex
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
Loading…
Reference in a new issue