Skip to content

Commit

Permalink
add ngerman package
Browse files Browse the repository at this point in the history
  • Loading branch information
digama0 committed Dec 16, 2023
1 parent 1fb3ecf commit 18da566
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,13 @@ jobs:
- name: Install LaTeX
run: |
sudo apt-get -qq update
sudo apt-get install -y --no-install-recommends texlive-fonts-recommended \
texlive-latex-extra texlive-fonts-extra dvipng texlive-latex-recommended cm-super
sudo apt-get install -y --no-install-recommends \
dvipng cm-super \
texlive-fonts-recommended \
texlive-latex-extra \
texlive-fonts-extra \
texlive-latex-recommended \
texlive-lang-german
sudo updmap -sys
- name: Build metamath-narrow.pdf
run: ./make-narrow
Expand Down

0 comments on commit 18da566

Please sign in to comment.