Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2022-01-26 19:43:17 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2022-02-01 19:11:32 +0300
commit544637b21b016138f86130a5cb4de8763e975a58 (patch)
tree147e4f3484f1c7f5218faf3fb67018e7c26f35a2 /.github
parent4b0e66093c0b48d5c363cf17c45ad9bf88ae526c (diff)
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.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/cygwin.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/cygwin.yml b/.github/workflows/cygwin.yml
index 7e73a360f..2f16c8c5a 100644
--- a/.github/workflows/cygwin.yml
+++ b/.github/workflows/cygwin.yml
@@ -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