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 f64f350 commit 752bc6c
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 ghostscript texlive-latex-extra psutils
run: sudo apt-get install -y --no-install-recommends ghostscript texlive-latex-extra psutils
- name: Checkout repository
uses: actions/checkout@v2
- name: Compile the document
Expand Down

0 comments on commit 752bc6c

Please sign in to comment.