Skip to content

Commit

Permalink
Removed gentium dependencies from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusStuber committed Nov 10, 2021
1 parent 117ec49 commit 20a5b00
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,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 20a5b00

Please sign in to comment.