[latex3-commits] [latex3/fontspec] develop: Add -H to checks in main.yaml (6c0aba9)

github at latex-project.org github at latex-project.org
Wed Feb 14 07:08:48 CET 2024


Repository : https://github.com/latex3/fontspec
On branch  : develop
Link       : https://github.com/latex3/fontspec/commit/6c0aba9c78850750ca859124736a4609d2a0164a

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

commit 6c0aba9c78850750ca859124736a4609d2a0164a
Author: Will Robertson <wspr81 at gmail.com>
Date:   Wed Feb 14 16:38:48 2024 +1030

    Add -H to checks in main.yaml


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

6c0aba9c78850750ca859124736a4609d2a0164a
 .github/workflows/main.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml
index 1da1962..b98bfa6 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -31,10 +31,10 @@ jobs:
         # to generate the artifact when the run is successful, not when it fails.
         include:
           - name: "Tests: LuaTeX"
-            l3build_cmd: l3build check -e luatex -q --show-log-on-error
+            l3build_cmd: l3build check -H -e luatex -q --show-log-on-error
             artifact_name: testfiles
           - name: "Tests: XeTeX"
-            l3build_cmd: l3build check -e xetex -q --show-log-on-error
+            l3build_cmd: l3build check -H -e xetex -q --show-log-on-error
             artifact_name: testfiles
           # Uses proprietary fonts
           # - name: "Documentation"





More information about the latex3-commits mailing list.