Skip to content

Commit 358f0fa

Browse files
authored
Fix the Windows release failing due to attempted Inno Setup downgrade (#2787)
1 parent 26687f6 commit 358f0fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
if: matrix.build == 'win-x64'
108108
run: |
109109
choco install sed --version=4.9
110-
choco install innosetup --version=6.4.0
110+
choco install innosetup
111111
- name: "Build installer for Windows"
112112
if: matrix.build == 'win-x64'
113113
run: |

0 commit comments

Comments
 (0)