Skip to content

Commit

Permalink
fix(ci): update install command
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowguardian507-irl committed May 8, 2024
1 parent 5be7934 commit 1b54112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
--output=CV.rtf
./.src/CV.source.md
- run: sudo apt-get -y update && sudo apt-get -y install pandoc pdflatex texlive-latex-recommended letltxmacro texlive-latex-extra texlive-fonts-extra
- run: sudo apt-get -y update && sudo apt-get -y install pandoc texlive-latex-recommended texlive-latex-extra texlive-fonts-extra
- run: pandoc --standalone --metadata-file ./.pandoc/core.yml --metadata-file ./.pandoc/latex.yml --from=markdown --to=pdf -t latex --output=CV.alt.pdf ./.src/CV.source.md
# - uses: docker://pandoc/latex:3.1.13-ubuntu
# with:
Expand Down

0 comments on commit 1b54112

Please sign in to comment.