1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-19 06:52:02 +02: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

View File

@@ -24,7 +24,7 @@ jobs:
- name: Installing TeX Live - name: Installing TeX Live
run: | run: |
sudo apt-get update 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 sudo tlmgr --version
- name: Installing pdf2svg - name: Installing pdf2svg