Skip to content

Commit c5a3832

Browse files
committed
Install InnoSetup on Windows 2025
1 parent 861474d commit c5a3832

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-svn.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,11 @@ jobs:
158158
run: git config --global core.autocrlf false
159159
shell: bash
160160

161+
- name: Install InnoSetup
162+
if: matrix.script == 'installer'
163+
run: choco install innosetup
164+
shell: cmd
165+
161166
- name: Checkout
162167
uses: actions/checkout@v4
163168
with:

0 commit comments

Comments
 (0)