1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-09-01 12:23:19 +02:00
This commit is contained in:
Pomax
2021-01-10 13:23:13 -08:00
parent 403f7f0595
commit d65707a3f3
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ jobs:
- name: Installing TeX Live
run: |
sudo apt-get update
sudo apt-get install xzdec libpoppler-glib-dev texlive texlive-xetex texlive-fonts-extra texlive-math-extra texlive-extra-utils -y
sudo apt-get install xzdec libpoppler-glib-dev texlive texlive-xetex texlive-fonts-extra texlive-collection-mathextra texlive-extra-utils -y
- name: Installing pdf2svg
run: |

View File

@@ -25,7 +25,7 @@ jobs:
- name: Installing TeX Live
run: |
sudo apt-get update
sudo apt-get install xzdec libpoppler-glib-dev texlive texlive-xetex texlive-fonts-extra texlive-math-extra texlive-extra-utils -y
sudo apt-get install xzdec libpoppler-glib-dev texlive texlive-xetex texlive-fonts-extra texlive-collection-mathextra texlive-extra-utils -y
- name: Installing pdf2svg
run: |