CI: more tweaks to pdf tests.
This commit is contained in:
parent
9d5dd8219e
commit
3ddfb4cd6c
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue