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:
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@@ -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: |
|
||||
|
Reference in New Issue
Block a user