[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: HACK: Workaround for missing mktextfm (6e89163b)

Marcel Fabian Krüger tex at 2krueger.de
Sat Jan 21 16:02:05 CET 2023


Repository : https://github.com/latex3/latex2e
On branch  : develop
Link       : https://github.com/latex3/latex2e/commit/6e89163b214ea1361864cfb253b1acb1a1b6d791

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

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

    HACK: Workaround for missing mktextfm


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

6e89163b214ea1361864cfb253b1acb1a1b6d791
 .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.