Update ci.yml cache syntax updated

This commit is contained in:
Nicolas Kruse 2025-06-09 23:00:27 +02:00 committed by GitHub
parent d65a310e45
commit 26d6c67af0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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