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 1c06452 commit e7f5f6fCopy full SHA for e7f5f6f
.github/workflows/main.yml
@@ -179,7 +179,7 @@ jobs:
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.1.2
+ choco install --no-progress --yes innosetup --version=6.4.0
183
184
- name: Build
185
shell: cmd
0 commit comments