Skip to content

Commit

Permalink
update texlive.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lvjr committed Feb 16, 2024
1 parent aab7f02 commit 28bdc77
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/texlive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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-*
Expand All @@ -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

0 comments on commit 28bdc77

Please sign in to comment.