mirror of https://github.com/Nonannet/pyladoc.git
Windows CI: xetex with mpm added
This commit is contained in:
parent
efe702a522
commit
aacb99a40f
|
@ -66,6 +66,11 @@ jobs:
|
||||||
- name: Install LaTeX
|
- name: Install LaTeX
|
||||||
run: choco install miktex
|
run: choco install miktex
|
||||||
|
|
||||||
|
- name: Install XeTeX and other required packages
|
||||||
|
run: |
|
||||||
|
mpm --install xetex
|
||||||
|
mpm --update
|
||||||
|
|
||||||
- name: Install Python dependencies
|
- name: Install Python dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
|
|
Loading…
Reference in New Issue