From 28bdc776ebac9b6f6df4a44479747dc7adf4e793 Mon Sep 17 00:00:00 2001 From: lvjr Date: Fri, 16 Feb 2024 09:14:49 +0800 Subject: [PATCH] update texlive.yml --- .github/workflows/texlive.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/texlive.yml b/.github/workflows/texlive.yml index 9c84493..c08b8c7 100644 --- a/.github/workflows/texlive.yml +++ b/.github/workflows/texlive.yml @@ -38,7 +38,7 @@ jobs: - uses: actions/checkout@v2 - name: Install TeX Live run: | - ${env:PATH} = "${{github.workspace}}\tmp\texlive\bin\win32;" + ${env:PATH} + ${env:PATH} = "${{github.workspace}}\tmp\texlive\bin\windows;" + ${env:PATH} Invoke-WebRequest -Uri ${{env.CTAN_URL}}/systems/texlive/tlnet/install-tl.zip -OutFile install-tl.zip Expand-Archive install-tl.zip -DestinationPath . Set-Location install-tl-* @@ -47,13 +47,13 @@ jobs: tlmgr update --self --all --no-auto-install --repository=${{env.CTAN_URL}}/systems/texlive/tlnet/ - name: Test tabularray with l3build run: | - ${env:PATH} = "${{github.workspace}}\tmp\texlive\bin\win32;" + ${env:PATH} + ${env:PATH} = "${{github.workspace}}\tmp\texlive\bin\windows;" + ${env:PATH} l3build check --debug --halt-on-error --show-log-on-error - name: Install pdftoppm run: | - ${env:PATH} = "${{github.workspace}}\tmp\texlive\bin\win32;" + ${env:PATH} - tlmgr install wintools.win32 + ${env:PATH} = "${{github.workspace}}\tmp\texlive\bin\windows;" + ${env:PATH} + tlmgr install wintools.windows - name: Test tabularray with ppmcheck run: | - ${env:PATH} = "${{github.workspace}}\tmp\texlive\bin\win32;" + ${env:PATH} + ${env:PATH} = "${{github.workspace}}\tmp\texlive\bin\windows;" + ${env:PATH} texlua ppmcheck.lua \ No newline at end of file