From f2e986a5aa030a1aebd905a2a79d038e1aa39dfe Mon Sep 17 00:00:00 2001 From: Yukai Chou Date: Mon, 8 Apr 2024 10:47:55 +0800 Subject: [PATCH] ci: update TEXDIR/bin sub-dir name on macOS --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 62d5619..90a23d8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,7 +31,7 @@ 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 @@ -39,7 +39,7 @@ jobs: 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.