Skip to content

Commit ebcff3d

Browse files
committed
Add texlive-plain-generic for soul.sty
1 parent 5d907f0 commit ebcff3d

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,12 @@ jobs:
3333
texlive-science \
3434
texlive-pictures \
3535
texlive-bibtex-extra \
36+
texlive-plain-generic \
3637
biber \
3738
latexmk \
3839
cm-super \
3940
dvipng \
4041
ghostscript
41-
# Install any missing LaTeX packages via tlmgr
42-
sudo tlmgr init-usertree || true
43-
sudo tlmgr install soul || true
4442
4543
- name: Install Python dependencies
4644
run: |

0 commit comments

Comments
 (0)