]> sourceware.org Git - newlib-cygwin.git/commitdiff
Cygwin: CI: Make sure pdflatex TeX format exists
authorJon Turney <jon.turney@dronecode.org.uk>
Wed, 26 Jan 2022 16:43:17 +0000 (16:43 +0000)
committerJon Turney <jon.turney@dronecode.org.uk>
Tue, 1 Feb 2022 16:11:32 +0000 (16:11 +0000)
On Fedora, make sure the needed pdflatex TeX format exists after
prerequisite installation, to avoid the output of mktexfmt during build.

.github/workflows/cygwin.yml

index 7e73a360f2bace64b3467bc764b6e250029aa37c..2f16c8c5a13937a77acf7a84ef421f21071ed10f 100644 (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
This page took 0.028762 seconds and 5 git commands to generate.