From 73441c1d180bd7c2c7bd4e9b0777fdf57e24e221 Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Wed, 2 Jun 2021 20:05:01 +0200 Subject: [PATCH] ci: Upgrade InnoSetup to 6.1.2 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 199b64df..919d4382 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -85,7 +85,7 @@ jobs: cmake --build "build/temp" --config RelWithDebInfo --target INSTALL - name: "StreamFX: Package (Install Prerequisites)" run: | - curl "-kL" "https://cdn.xaymar.com/ci/innosetup-6.0.3.exe" "-f" "--retry" "5" "-o" "inno.exe" + curl "-kL" "https://cdn.xaymar.com/ci/innosetup-6.1.2.exe" "-f" "--retry" "5" "-o" "inno.exe" .\inno.exe /VERYSILENT /SP- /SUPPRESSMSGBOXES /NORESTART - name: "StreamFX: Package" shell: bash