Skip to content

Commit 33f652b

Browse files
authored
Force install innosetup. (#2289)
1 parent 8c559e8 commit 33f652b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
- name: Uncompress Artifact
113113
run: tar xvf ${{ env.ARTIFACT_NAME }}
114114
- shell: powershell
115-
run: winget install --id JRSoftware.InnoSetup --scope machine --silent --accept-package-agreements --accept-source-agreements
115+
run: winget install --id JRSoftware.InnoSetup --scope machine --silent --accept-package-agreements --accept-source-agreements --force
116116
- shell: powershell
117117
run: |
118118
$innoPath = "C:\Program Files (x86)\Inno Setup 6"

0 commit comments

Comments
 (0)