Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mklan authored Jun 21, 2024
1 parent 1510665 commit f95ecd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install deps
run: sudo apt-get install --fix-missing -y texlive-latex-base texlive-fonts-recommended texlive-fonts-extra texlive-latex-extra ghostscript
run: sudo apt-get install --fix-missing -y texlive-latex-base texlive-fonts-recommended texlive-fonts-extra texlive-latex-extra aptitude && sudo aptitude -y install ghostscript

- name: render cv.pdf
run: pdflatex cv.tex
Expand Down

0 comments on commit f95ecd0

Please sign in to comment.