Skip to content

Commit

Permalink
fix: Fix LaTeX installation
Browse files Browse the repository at this point in the history
  • Loading branch information
TomSchammo authored Oct 26, 2023
1 parent c8d6413 commit 17fb652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
- uses: actions/checkout@v3

- name: Install dependencies
run: sudo apt install texlive-all
run: sudo apt-get update && sudo apt-get install texlive texlive-publishers texlive-science latexmk
- name: Build document
run: make

0 comments on commit 17fb652

Please sign in to comment.