From c72a1e70c41a5bbdc4f77866ef770bcd386281d0 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Mon, 9 Jun 2025 17:01:14 +0200 Subject: [PATCH] CI Script: $ProgressPreference = 'SilentlyContinue' added --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 27e0521..b6857ab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -107,6 +107,7 @@ jobs: - name: Set up MiKTeX Portable if: steps.cache.outputs.cache-hit != 'true' run: | + $ProgressPreference = 'SilentlyContinue' Invoke-WebRequest https://www.nonan.net/w/files/miktex-portable-Win-x64.zip -OutFile miktex-portable-Win-x64.zip Expand-Archive miktex-portable-Win-x64.zip -DestinationPath .