Skip to content

Commit

Permalink
Fix the build, again
Browse files Browse the repository at this point in the history
  • Loading branch information
gucci-on-fleek committed Mar 14, 2024
1 parent 13c201b commit b988251
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/build-test-bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,17 @@ jobs:
tex-gyre-math
tugboat
- name: Set environment variables
- name: Post-installation setup
run: |
echo "TEXMFHOME=$GITHUB_WORKSPACE/texmf" >> $GITHUB_ENV
tlmgr paper letter &
sed -i 's/"rb"/"r"/' $(kpsewhich util-sbx.lmt)
mtxrun --generate
mtxrun --luatex --generate
tlmgr paper letter
context --make
context --luatex --make
mtxrun --script fonts --reload
wait
- uses: actions/cache/save@v3
if: always()
Expand Down Expand Up @@ -117,9 +122,6 @@ jobs:
- name: Test the package
run: |
# Temporary workaround; see latex3/l3build#232
sed -i '2i if os.getenv"TEXMFCNF"==".:"then os.setenv"TEXMFCNF"end' $(type -p mtxrun).lua
l3build check --show-log-on-error
- name: Bundle the package
Expand Down
3 changes: 1 addition & 2 deletions docs/manual/lwc-manual.mkxl
Original file line number Diff line number Diff line change
Expand Up @@ -359,8 +359,7 @@ interfaces.implement {
]

\starttexdefinition mutable protected btx:apa:url
\strippedurl{\clf_btxflush{\currentbtxdataset}{\currentbtxtag}{url}
}
\strippedurl{\clf_btxflush{\currentbtxdataset}{\currentbtxtag}{url}}
\stoptexdefinition

\define[1]\lwc_doi{\goto{\acronym{DOI:}\,\tt\hyphenatedurl{#1}}[url(https://dx.doi.org/#1)]}
Expand Down

0 comments on commit b988251

Please sign in to comment.