Skip to content

Commit e7f5f6f

Browse files
committed
Upgrade innosetup to 6.4.0 for x86 and x64 builds
1 parent 1c06452 commit e7f5f6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
run: |
180180
for /r %%i in (*.bat) do unix2dos "%%i"
181181
choco uninstall --no-progress --yes innosetup
182-
choco install --no-progress --yes innosetup --version=6.1.2
182+
choco install --no-progress --yes innosetup --version=6.4.0
183183
184184
- name: Build
185185
shell: cmd

0 commit comments

Comments
 (0)