Skip to content

Commit

Permalink
info gathering
Browse files Browse the repository at this point in the history
  • Loading branch information
cfr42 committed Oct 29, 2024
1 parent 766f59d commit daed16d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
# Decide how long to keep the test output artefact:
# retention-days: 3
- name: Run l3build for cfr-lm
run: (cd cfr-lm ; cp -r $(kpsewhich -var-value TEXMFDIST)/fonts/afm/public/lm afm && cp -r $(kpsewhich -var-value TEXMFDIST)/fonts/tfm/public/lm tfm && l3build fnttarg && l3build ctan)
run: (cd cfr-lm ; cp -r $(kpsewhich -var-value TEXMFDIST)/fonts/afm/public/lm afm && cp -r $(kpsewhich -var-value TEXMFDIST)/fonts/tfm/public/lm tfm && l3build fnttarg && (ls ; ls -R build ; ls -R cfr-lm ; l3build ctan))
# https://github.com/latex3/hyperref/blob/adc36adbc3650db73329469b43afb0ee86e3c807/.github/workflows/main.yaml
- name: Archive failed test output for cfr-lm
# what does this do exactly?
Expand Down

0 comments on commit daed16d

Please sign in to comment.