Skip to content

Commit 6593047

Browse files
committed
ci: update binaries path in TL 2023
1 parent 0b6b588 commit 6593047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
matrix:
8989
compiler: [-xelatex, -lualatex]
9090
env:
91-
SET_PATH: ${env:PATH} = "${{ github.workspace }}\tmp\texlive\bin\win32;" + ${env:PATH}
91+
SET_PATH: ${env:PATH} = "${{ github.workspace }}\tmp\texlive\bin\windows;" + ${env:PATH}
9292
steps:
9393
- name: checkout
9494
uses: actions/checkout@v2

0 commit comments

Comments
 (0)