Skip to content

Commit

Permalink
Add -H to checks in main.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
wspr committed Feb 14, 2024
1 parent 02fe784 commit 6c0aba9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6c0aba9

Please sign in to comment.