We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abdea6a commit f818dcbCopy full SHA for f818dcb
.github/workflows/build.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Install LaTeX
18
run: |
19
sudo apt-get update
20
- sudo apt-get install -y latexmk texlive-latex-extra
+ sudo apt-get install -y latexmk texlive-xetex texlive-latex-extra
21
22
- name: Update TeX packages
23
0 commit comments