Skip to content

Commit

Permalink
updmap wants --sys
Browse files Browse the repository at this point in the history
  • Loading branch information
Clea F. Rees committed Nov 15, 2024
1 parent 6152abb commit 0c64a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nfssext-autochecks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- 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)
run: (cd cfr-lm ; l3build install && sudo updmap --sys --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 0c64a5a

Please sign in to comment.