Skip to content

Commit

Permalink
fix: attempt to fix CI dependencies XV - smaller texlive - correction
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeesters committed Mar 27, 2024
1 parent a5e8ceb commit 09d0147
Showing 1 changed file with 30 additions and 30 deletions.
60 changes: 30 additions & 30 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 09d0147

Please # to comment.