We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf13399 commit 37975a2Copy full SHA for 37975a2
.github/workflows/main.yml
@@ -178,8 +178,7 @@ jobs:
178
shell: cmd
179
run: |
180
for /r %%i in (*.bat) do unix2dos "%%i"
181
- choco uninstall --no-progress --yes innosetup
182
- choco install --no-progress --yes innosetup --version=6.4.0
+ choco install --no-progress --yes innosetup --version=6.4.0 --allow-downgrade
183
184
- name: Build
185
@@ -230,8 +229,7 @@ jobs:
230
229
231
232
233
- REM choco uninstall --no-progress --yes innosetup
234
235
236
237
0 commit comments