Windows CI: xetex with mpm added

This commit is contained in:
Nicolas Kruse 2025-05-19 14:37:03 +02:00
parent efe702a522
commit aacb99a40f
1 changed files with 5 additions and 0 deletions

View File

@ -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