From 594901b236068cbaf7f8bc1c229fe17d88f2528b Mon Sep 17 00:00:00 2001 From: Nando Vieira Date: Thu, 13 Nov 2025 21:20:02 -0800 Subject: [PATCH] Force install innosetup. --- .github/workflows/binaries.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/binaries.yml b/.github/workflows/binaries.yml index 5d36aeb5fe..4265a7ac7c 100644 --- a/.github/workflows/binaries.yml +++ b/.github/workflows/binaries.yml @@ -112,7 +112,7 @@ jobs: - name: Uncompress Artifact run: tar xvf ${{ env.ARTIFACT_NAME }} - shell: powershell - run: winget install --id JRSoftware.InnoSetup --scope machine --silent --accept-package-agreements --accept-source-agreements + run: winget install --id JRSoftware.InnoSetup --scope machine --silent --accept-package-agreements --accept-source-agreements --force - shell: powershell run: | $innoPath = "C:\Program Files (x86)\Inno Setup 6"