Skip to content

Commit

Permalink
Update compile.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mads256h authored Jun 12, 2024
1 parent 3b42a55 commit 4c0367a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install prerequisites
run: sudo apt-get install -y texlive-latex-extra ghostscript psutils
run: sudo apt-get install -y texlive-latex-extra texlive-fonts-extra ghostscript psutils
- name: Checkout repository
uses: actions/checkout@v2
- name: Compile the document
Expand Down

0 comments on commit 4c0367a

Please sign in to comment.