Skip to content

Commit

Permalink
ci: update TEXDIR/bin sub-dir name on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
muzimuzhi committed Apr 8, 2024
1 parent f2a1f65 commit f2e986a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ jobs:
- uses: actions/checkout@v4
- name: Install TeX Live
run: |
export PATH=/tmp/texlive/bin/x86_64-darwin:$PATH
export PATH=/tmp/texlive/bin/universal-darwin:$PATH
curl -O ${{ env.CTAN_URL }}/systems/texlive/tlnet/install-tl-unx.tar.gz
tar -xzf install-tl-unx.tar.gz
cd install-tl-20* && ./install-tl --profile ../.github/workflows/texlive.profile
tlmgr install ${{ env.TL_PACKAGES }}
tlmgr update --self --all --no-auto-install --repository=${{ env.CTAN_URL }}/systems/texlive/tlnet/
- name: Test zhlipsum
run: |
export PATH=/tmp/texlive/bin/x86_64-darwin:$PATH
export PATH=/tmp/texlive/bin/universal-darwin:$PATH
l3build check -q -H
## Line wrap problem is difficult to resolve on windows.
Expand Down

0 comments on commit f2e986a

Please sign in to comment.