1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-30 11:40:27 +02:00

Update ci.yml

This commit is contained in:
Pomax
2020-06-27 09:58:07 -07:00
committed by GitHub
parent c061d6cc00
commit 7bd856a257

View File

@@ -26,9 +26,14 @@ jobs:
sudo apt-get update
sudo apt-get install xzdec libpoppler-glib-dev texlive texlive-xetex -y
sudo tlmgr --version
set +e
tlmgr init-tree
set -e
sudo tlmgr update --all
- name: Installing pdfcrop
run: sudo tlmgr install pdfcrop
run: |
tlmgr install pdfcrop
- name: Installing pdf2svg
run: |