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
|
||||
run: choco install miktex
|
||||
|
||||
- name: Install XeTeX and other required packages
|
||||
run: |
|
||||
mpm --install xetex
|
||||
mpm --update
|
||||
|
||||
- name: Install Python dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
|
|
Loading…
Reference in New Issue