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"