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 8abab03 commit c90ae58Copy full SHA for c90ae58
1 file changed
.github/workflows/tests.yml
@@ -142,7 +142,8 @@ jobs:
142
texlive-latex-recommended \
143
texlive-luatex \
144
texlive-pictures \
145
- texlive-xetex
+ texlive-xetex \
146
+ xzdec
147
if [[ "${{ matrix.name-suffix }}" != '(Minimum Versions)' ]]; then
148
sudo apt-get install -yy --no-install-recommends ffmpeg poppler-utils
149
fi
@@ -175,6 +176,15 @@ jobs:
175
176
;;
177
esac
178
179
+ - name: Install TeX Live dependencies
180
+ run: |
181
+ case "${{ runner.os }}" in
182
+ Linux)
183
+ mkdir -p $HOME/texmf
184
+ tlmgr init-usertree
185
+ tlmgr install --force dejavu heuristica
186
+ esac
187
+
188
- name: Cache pip
189
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
190
if: startsWith(runner.os, 'Linux')
0 commit comments