Skip to content

Commit 5d907f0

Browse files
committed
Add missing soul LaTeX package to CI workflow
1 parent a436ec6 commit 5d907f0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ jobs:
3838
cm-super \
3939
dvipng \
4040
ghostscript
41+
# Install any missing LaTeX packages via tlmgr
42+
sudo tlmgr init-usertree || true
43+
sudo tlmgr install soul || true
4144
4245
- name: Install Python dependencies
4346
run: |

0 commit comments

Comments
 (0)