We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c559e8 commit 33f652bCopy full SHA for 33f652b
1 file changed
.github/workflows/binaries.yml
@@ -112,7 +112,7 @@ jobs:
112
- name: Uncompress Artifact
113
run: tar xvf ${{ env.ARTIFACT_NAME }}
114
- shell: powershell
115
- 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
116
117
run: |
118
$innoPath = "C:\Program Files (x86)\Inno Setup 6"
0 commit comments