Skip to content

Commit

Permalink
Removed gentium dependencies from release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusStuber committed Dec 20, 2021
1 parent 0cf946b commit aa5967b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ jobs:
run: |
sudo apt update
sudo apt install texlive texlive-latex-extra texlive-bibtex-extra texlive-lang-german texlive-plain-generic texlive-font-utils texlive-science latexmk
- name: Install Gentium dependecies
run: |
sudo apt install texlive-fonts-extra
- name: Compile LaTeX document
run: |
latexmk Thesis.tex -interaction=nonstopmode -file-line-error -pdf --shell-escape
Expand Down

0 comments on commit aa5967b

Please sign in to comment.