Skip to content

Commit e0cac2c

Browse files
committed
Fix CI?
1 parent 37aa6e0 commit e0cac2c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/draft-release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,11 @@ jobs:
9999
##########################################
100100
# create release files
101101

102+
# Install InnoSetup
103+
- name: install InnoSetup
104+
shell: cmd
105+
run: choco upgrade innosetup -y --no-progress
106+
102107
# Create Installer in OUT_DIR
103108
- name: create setup
104109
run: ISCC /O"${{env.OUT_DIR}}" .\Installers\installer.iss

0 commit comments

Comments
 (0)