Skip to content

Commit 37975a2

Browse files
committed
Allow Inno Setup downgrade in the pipeline
1 parent bf13399 commit 37975a2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,7 @@ jobs:
178178
shell: cmd
179179
run: |
180180
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
181+
choco install --no-progress --yes innosetup --version=6.4.0 --allow-downgrade
183182
184183
- name: Build
185184
shell: cmd
@@ -230,8 +229,7 @@ jobs:
230229
shell: cmd
231230
run: |
232231
for /r %%i in (*.bat) do unix2dos "%%i"
233-
REM choco uninstall --no-progress --yes innosetup
234-
choco install --no-progress --yes innosetup --version=6.4.0
232+
choco install --no-progress --yes innosetup --version=6.4.0 --allow-downgrade
235233
236234
- name: Build
237235
shell: cmd

0 commit comments

Comments
 (0)