From 26d6c67af0a2699c43f1f38613c4c4a59ff1245e Mon Sep 17 00:00:00 2001 From: Nicolas Kruse Date: Mon, 9 Jun 2025 23:00:27 +0200 Subject: [PATCH] Update ci.yml cache syntax updated --- .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 22d905d..ca50f7d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -105,8 +105,8 @@ jobs: path: miktex-portable key: miktex-portable-${{ runner.os }}-24.1-x64 - - name: Set up MiKTeX Portable - if: steps.miktex.outputs.cache-hit != 'true' + - if: ${{ steps.miktex.outputs.cache-hit != 'true' }} + name: Set up MiKTeX Portable run: | $ProgressPreference = 'SilentlyContinue' Invoke-WebRequest https://www.nonan.net/w/files/miktex-portable-Win-x64.zip -OutFile miktex-portable-Win-x64.zip