Skip to content

Commit

Permalink
fixup install texlive-latex
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Dec 14, 2023
1 parent 25f906b commit d9bae0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: install pandoc
run: sudo apt-get install pandoc
- name: install prereqs
run: sudo apt-get install pandoc texlive-latex-base texlive-latex-recommended

- name: build pdf
run: make pdf

0 comments on commit d9bae0f

Please sign in to comment.