File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -120,6 +120,9 @@ jobs:
120
120
cache : true
121
121
- name : Build Windows Application
122
122
run : flutter build windows --dart-define=COMMIT_SHA=${{ github.sha }} --dart-define=flutter.flutter_map.unblockOSM="${{ secrets.UNBLOCK_OSM }}"
123
+ - name : Install Inno Setup
124
+ if : ${{ matrix.sdk == '' }}
125
+ run : choco install innosetup --yes --no-progress
123
126
- name : Create Windows Application Installer
124
127
if : ${{ matrix.sdk == '' }}
125
128
run : iscc "windowsApplicationInstallerSetup.iss"
Original file line number Diff line number Diff line change 77
77
cache : true
78
78
- name : Build Windows Application
79
79
run : flutter build windows --dart-define=COMMIT_SHA=${{ github.sha }} --dart-define=flutter.flutter_map.unblockOSM="${{ secrets.UNBLOCK_OSM }}"
80
+ - name : Install Inno Setup
81
+ if : ${{ matrix.sdk == '' }}
82
+ run : choco install innosetup --yes --no-progress
80
83
- name : Create Windows Application Installer
81
84
run : iscc "windowsApplicationInstallerSetup.iss"
82
85
working-directory : .
You can’t perform that action at this time.
0 commit comments