diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c834ae35..24d2c5cd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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-collection-mathextra texlive-extra-utils -y + sudo apt-get install xzdec libpoppler-glib-dev texlive texlive-xetex texlive-fonts-extra texlive-extra-utils -y - name: Installing pdf2svg run: | diff --git a/.github/workflows/post-merge.yml b/.github/workflows/post-merge.yml index bef5562a..c7026fe1 100644 --- a/.github/workflows/post-merge.yml +++ b/.github/workflows/post-merge.yml @@ -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-collection-mathextra texlive-extra-utils -y + sudo apt-get install xzdec libpoppler-glib-dev texlive texlive-xetex texlive-fonts-extra texlive-extra-utils -y - name: Installing pdf2svg run: |