From 09d01478e09a00b1046cbed61f5a71eaa637639d Mon Sep 17 00:00:00 2001 From: Christian Meesters Date: Wed, 27 Mar 2024 17:57:00 +0100 Subject: [PATCH] fix: attempt to fix CI dependencies XV - smaller texlive - correction --- .github/workflows/build.yml | 60 ++++++++++++++++++------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a02e72e..deb1a8a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,36 +10,36 @@ jobs: - name: Set up Git repository uses: actions/checkout@v4 - name: Install Dependencies - run: sudo apt-get install -y python3-yaml \ - 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 \ + run: sudo apt-get install -y python3-yaml + 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: |