From 1abc883ee63e8fa26ae92a61d3baf11b25e72823 Mon Sep 17 00:00:00 2001 From: Nicolas Kruse Date: Mon, 19 May 2025 15:12:12 +0200 Subject: [PATCH] CI: other path --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 88e4117..b047501 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,12 +68,12 @@ jobs: - name: Check directory structure of MiKTeX installation run: | - dir "C:\Program Files\MiKTeX\*" + dir "C:\Program Files\MiKTeX\miktex\*" - name: Install XeTeX and other required packages run: | # Ensure MiKTeX executables are in the PATH - $miktexPath = "C:\Program Files\MiKTeX\bin\x64" + $miktexPath = "C:\Program Files\MiKTeX\miktex\bin\x64" $env:Path += ";$miktexPath" & "$miktexPath\miktex-console" --install xetex --yes & "$miktexPath\miktex-console" --update --yes