[latex3-commits] [git/LaTeX3-latex3-latex2e] gh-actions-split-config: HACK: Workaround for missing mktextfm (96fb5a59)

Marcel Fabian Krüger tex at 2krueger.de
Wed Jan 18 20:41:07 CET 2023


Repository : https://github.com/latex3/latex2e
On branch  : gh-actions-split-config
Link       : https://github.com/latex3/latex2e/commit/96fb5a594fed31e8b7a316ae0a91c14bff4db776

>---------------------------------------------------------------

commit 96fb5a594fed31e8b7a316ae0a91c14bff4db776
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date:   Wed Jan 18 20:41:07 2023 +0100

    HACK: Workaround for missing mktextfm


>---------------------------------------------------------------

96fb5a594fed31e8b7a316ae0a91c14bff4db776
 .github/workflows/main.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml
index 221ccf6f..71fa5114 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -36,7 +36,7 @@ jobs:
             l3build_cmd: cd base && l3build check -q --show-log-on-error -c build -e xetex
             artifact_name: testfiles
           - name: "Tests: base - build - luatex"
-            l3build_cmd: cd base && l3build check -q --show-log-on-error -c build -e luatex
+            l3build_cmd: cd base && kpsewhich -mktex=tfm -must-exist ecssdc10.tfm && l3build check -q --show-log-on-error -c build -e luatex
             artifact_name: testfiles
           - name: "Tests: base - 1run"
             l3build_cmd: cd base && l3build check -q --show-log-on-error -c config-1run





More information about the latex3-commits mailing list.