4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-02-21 00:07:36 +08:00

Cygwin: CI: Make sure pdflatex TeX format exists

On Fedora, make sure the needed pdflatex TeX format exists after
prerequisite installation, to avoid the output of mktexfmt during build.
This commit is contained in:
Jon Turney 2022-01-26 16:43:17 +00:00
parent 4b0e66093c
commit 544637b21b
No known key found for this signature in database
GPG Key ID: C7C86F0370285C81

View File

@ -37,6 +37,7 @@ jobs:
# install doc tools
- run: dnf install -y dblatex docbook2X docbook-xsl xmlto
- run: dnf install -y python3 python3-lxml python3-ply
- run: fmtutil-sys --byfmt pdflatex && texhash
# build
- run: mkdir build install