Skip to content

Commit

Permalink
📚 Install additional TeX packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ronisbr committed May 26, 2024
1 parent d04680c commit 2123c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install Luatex
run: sudo apt-get install -y ghostscript texlive texlive-luatex
run: sudo apt-get install -y ghostscript texlive texlive-latex-base texlive-latex-recommended texlive-latex-extra texlive-luatex
- uses: julia-actions/setup-julia@v1
with:
version: '1'
Expand Down

0 comments on commit 2123c52

Please sign in to comment.