Skip to content

Commit

Permalink
fixup apt-get update?
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Dec 14, 2023
1 parent d9bae0f commit 918ef35
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
- uses: actions/checkout@v4

- name: install prereqs
run: sudo apt-get install pandoc texlive-latex-base texlive-latex-recommended
run: |
sudo apt-get update
sudo apt-get install pandoc texlive-latex-base texlive-latex-recommended
- name: build pdf
run: make pdf

0 comments on commit 918ef35

Please sign in to comment.