Skip to content

Commit

Permalink
Add luatex dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
1kastner authored Apr 24, 2023
1 parent 106035d commit a9cac99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Update Ubuntu and install pandoc
run: |
sudo apt-get update && sudo apt-get upgrade && sudo apt-get install pandoc texlive texlive-publishers texlive-science latexmk
sudo apt-get update && sudo apt-get upgrade && sudo apt-get install pandoc texlive texlive-publishers texlive-science texlive-luatex latexmk
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit a9cac99

Please sign in to comment.