We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a436ec6 commit 5d907f0Copy full SHA for 5d907f0
1 file changed
.github/workflows/build.yml
@@ -38,6 +38,9 @@ jobs:
38
cm-super \
39
dvipng \
40
ghostscript
41
+ # Install any missing LaTeX packages via tlmgr
42
+ sudo tlmgr init-usertree || true
43
+ sudo tlmgr install soul || true
44
45
- name: Install Python dependencies
46
run: |
0 commit comments