diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7bd7bb7..a02e72e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,46 +11,35 @@ jobs: uses: actions/checkout@v4 - name: Install Dependencies run: sudo apt-get install -y python3-yaml \ - fonts-texgyre \ - fonts-texgyre-math \ - gedit-plugin-synctex \ - gedit-plugin-text-size \ - gettext \ - gettext-base \ - html2text \ - ktexteditor-data \ - ktexteditor-katepart \ - latexmk \ - preview-latex-style \ - python3-html2text \ - python3-texttable \ - tex-common \ - tex-gyre \ - texinfo \ - texlive \ - texlive-base \ - texlive-bibtex-extra \ - texlive-binaries \ - texlive-extra-utils \ - texlive-font-utils \ - texlive-fonts-extra \ - texlive-fonts-extra-links \ - texlive-fonts-recommended \ - texlive-lang-german \ - texlive-lang-greek \ - texlive-latex-base \ - texlive-latex-extra \ - texlive-latex-recommended \ - texlive-luatex \ - texlive-music \ - texlive-pictures \ - texlive-plain-generic \ - texlive-pstricks \ - texlive-science \ - texstudio \ - texstudio-doc \ - texstudio-l10n \ - untex \ + fonts-texgyre \ + fonts-texgyre-math \ + gettext \ + gettext-base \ + html2text \ + latexmk \ + python3-html2text \ + python3-texttable \ + tex-common \ + tex-gyre \ + texinfo \ + texlive \ + texlive-base \ + texlive-bibtex-extra \ + texlive-binaries \ + texlive-extra-utils \ + texlive-font-utils \ + texlive-fonts-extra \ + texlive-fonts-extra-links \ + texlive-fonts-recommended \ + texlive-lang-german \ + texlive-latex-base \ + texlive-latex-extra \ + texlive-latex-recommended \ + texlive-luatex \ + texlive-pictures \ + texlive-plain-generic \ + texlive-pstricks \ + texlive-science \ - name: LaTeX compile run: |