Skip to content

Commit d8b5aec

Browse files
committed
Install texlive-fonts-extra
The DejaVu and Heuristica fonts are used by the type-1 font subsetting tests. Heuristica has a Cyrillic encoding and apparently cannot be loaded without installing texlive-lang-cyrillic.
1 parent 8abab03 commit d8b5aec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,9 @@ jobs:
136136
ninja-build \
137137
pkg-config \
138138
qtbase5-dev \
139+
texlive-fonts-extra \
139140
texlive-fonts-recommended \
141+
texlive-lang-cyrillic \
140142
texlive-latex-base \
141143
texlive-latex-extra \
142144
texlive-latex-recommended \

0 commit comments

Comments
 (0)