Skip to content

Commit d0ac7ce

Browse files
committed
gh-actions: install Inno Setup using Chocolatey in workflow
1 parent c46169d commit d0ac7ce

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ jobs:
5151
- name: Build revitool GUI
5252
run: flutter build windows --build-name=${{ env.NEW_VERSION }} --build-number=1 --obfuscate --split-debug-info=/symbols --dart-define=APP_VERSION=${{ env.NEW_VERSION }}
5353
working-directory: src
54+
55+
- name: Install Inno Setup
56+
run: choco install innosetup -y
57+
shell: powershell
5458

5559
- name: Build Installer
5660
run: |

0 commit comments

Comments
 (0)