Skip to content

Commit

Permalink
fix syntax for latex installation workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kostrzewa committed Mar 7, 2024
1 parent c658764 commit b1a5186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hermes_github_to_zenodo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
- run: pip install hermes

- name: install LaTeX
- run: sudo apt-get update && sudo apt install latexmk texlive-base texlive-base-bin texlive-common texlive-latex-base texlive-latex-extra texlive-latex-recommended texlive-science texlive-binaries texlive-lang-english texlive-binaries texlive-bibtex-extra
run: sudo apt-get update && sudo apt install latexmk texlive-base texlive-base-bin texlive-common texlive-latex-base texlive-latex-extra texlive-latex-recommended texlive-science texlive-binaries texlive-lang-english texlive-binaries texlive-bibtex-extra

- run: cd doc && make

Expand Down

0 comments on commit b1a5186

Please sign in to comment.