1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-02-23 09:03:47 +01:00

add xetex requirement

This commit is contained in:
Pomax 2020-06-27 08:50:22 -07:00 committed by GitHub
parent 22cb811376
commit ac118aa8ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ jobs:
- name: Installing TeX Live
run: |
sudo apt-get update
sudo apt-get install xzdec libpoppler-glib-dev texlive -y
sudo apt-get install xzdec libpoppler-glib-dev texlive texlive-xetex -y
sudo tlmgr --version
- name: Installing pdf2svg