Skip to content

Commit

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

0 comments on commit a5e8ceb

Please # to comment.