aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2022-01-26 16:43:17 +0000
committerJon Turney <jon.turney@dronecode.org.uk>2022-02-01 16:11:32 +0000
commit544637b21b016138f86130a5cb4de8763e975a58 (patch)
tree147e4f3484f1c7f5218faf3fb67018e7c26f35a2 /.github
parent4b0e66093c0b48d5c363cf17c45ad9bf88ae526c (diff)
downloadnewlib-544637b21b016138f86130a5cb4de8763e975a58.zip
newlib-544637b21b016138f86130a5cb4de8763e975a58.tar.gz
newlib-544637b21b016138f86130a5cb4de8763e975a58.tar.bz2
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 7e73a36..2f16c8c 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