From aacb99a40f512aacf9b074f55e540befd23abe08 Mon Sep 17 00:00:00 2001 From: Nicolas Kruse Date: Mon, 19 May 2025 14:37:03 +0200 Subject: [PATCH] Windows CI: xetex with mpm added --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3aa31a1..4983cde 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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