Skip to content

Commit

Permalink
ci: update binaries path in TL 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
skyleaworlder committed Jun 4, 2023
1 parent 0b6b588 commit 6593047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
matrix:
compiler: [-xelatex, -lualatex]
env:
SET_PATH: ${env:PATH} = "${{ github.workspace }}\tmp\texlive\bin\win32;" + ${env:PATH}
SET_PATH: ${env:PATH} = "${{ github.workspace }}\tmp\texlive\bin\windows;" + ${env:PATH}
steps:
- name: checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 6593047

Please sign in to comment.