public inbox for cygwin-cvs@sourceware.org help / color / mirror / Atom feed
From: Jon TURNEY <jturney@sourceware.org> To: cygwin-cvs@sourceware.org, newlib-cvs@sourceware.org Subject: [newlib-cygwin] Cygwin: CI: Make sure pdflatex TeX format exists Date: Tue, 1 Feb 2022 16:12:18 +0000 (GMT) [thread overview] Message-ID: <20220201161218.DA9933858C74@sourceware.org> (raw) https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=544637b21b016138f86130a5cb4de8763e975a58 commit 544637b21b016138f86130a5cb4de8763e975a58 Author: Jon Turney <jon.turney@dronecode.org.uk> Date: Wed Jan 26 16:43:17 2022 +0000 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. Diff: --- .github/workflows/cygwin.yml | 1 + 1 file changed, 1 insertion(+) 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
reply other threads:[~2022-02-01 16:12 UTC|newest] Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20220201161218.DA9933858C74@sourceware.org \ --to=jturney@sourceware.org \ --cc=cygwin-cvs@sourceware.org \ --cc=newlib-cvs@sourceware.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).