Skip to content

Commit edc371a

Browse files
committed
install inno setup 6
1 parent c07e628 commit edc371a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,11 @@ jobs:
247247
fileDir: ${{ github.workspace }}
248248
encodedString: ${{ secrets.APP_ENV }}
249249

250+
- name: Install Inno Setup 6
251+
if: matrix.platform == 'windows'
252+
shell: pwsh
253+
run: choco install -y innosetup
254+
250255
- name: Update app version in pubspec.yaml
251256
shell: bash
252257
env:

0 commit comments

Comments
 (0)