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 update
|
||||||
sudo apt-get install xzdec libpoppler-glib-dev texlive texlive-xetex -y
|
sudo apt-get install xzdec libpoppler-glib-dev texlive texlive-xetex -y
|
||||||
sudo tlmgr --version
|
sudo tlmgr --version
|
||||||
|
set +e
|
||||||
|
tlmgr init-tree
|
||||||
|
set -e
|
||||||
|
sudo tlmgr update --all
|
||||||
|
|
||||||
- name: Installing pdfcrop
|
- name: Installing pdfcrop
|
||||||
run: sudo tlmgr install pdfcrop
|
run: |
|
||||||
|
tlmgr install pdfcrop
|
||||||
|
|
||||||
- name: Installing pdf2svg
|
- name: Installing pdf2svg
|
||||||
run: |
|
run: |
|
||||||
|
Reference in New Issue
Block a user