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