Skip to content

Commit

Permalink
try installing cfr-lm
Browse files Browse the repository at this point in the history
  • Loading branch information
Clea F. Rees committed Nov 15, 2024
1 parent 4a18b5e commit 6152abb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/nfssext-autochecks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,10 @@ jobs:
package_file: .github/tl_packages
# nfssext-cfr uses cfr-lm (though it falls back if built first)
# cfr-lm uses nfssext-cfr but there's nothing to build
- name: Run l3build for clm
- name: Run l3build ctan for clm
run: (cd cfr-lm ; cp -r $(kpsewhich -var-value TEXMFDIST)/fonts/afm/public/lm afm && mkdir -p tfm && cp $(kpsewhich -var-value TEXMFDIST)/fonts/tfm/public/lm/ec-* tfm/ && l3build fnttarg && l3build ctan)
- name: Run l3build install for clm
run: (cd cfr-lm ; l3build install && updmap --enable Map=clm.map)
- name: Archive failed test output for clm
# run even if previous step failed
if: ${{ always() }}
Expand Down

0 comments on commit 6152abb

Please sign in to comment.