mirror of https://github.com/Nonannet/pyladoc.git
CI: other path
This commit is contained in:
parent
53f7f3c828
commit
1abc883ee6
|
@ -68,12 +68,12 @@ jobs:
|
||||||
|
|
||||||
- name: Check directory structure of MiKTeX installation
|
- name: Check directory structure of MiKTeX installation
|
||||||
run: |
|
run: |
|
||||||
dir "C:\Program Files\MiKTeX\*"
|
dir "C:\Program Files\MiKTeX\miktex\*"
|
||||||
|
|
||||||
- name: Install XeTeX and other required packages
|
- name: Install XeTeX and other required packages
|
||||||
run: |
|
run: |
|
||||||
# Ensure MiKTeX executables are in the PATH
|
# Ensure MiKTeX executables are in the PATH
|
||||||
$miktexPath = "C:\Program Files\MiKTeX\bin\x64"
|
$miktexPath = "C:\Program Files\MiKTeX\miktex\bin\x64"
|
||||||
$env:Path += ";$miktexPath"
|
$env:Path += ";$miktexPath"
|
||||||
& "$miktexPath\miktex-console" --install xetex --yes
|
& "$miktexPath\miktex-console" --install xetex --yes
|
||||||
& "$miktexPath\miktex-console" --update --yes
|
& "$miktexPath\miktex-console" --update --yes
|
||||||
|
|
Loading…
Reference in New Issue