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.