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:
120120 cache : true
121121 - name : Build Windows Application
122122 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
123126 - name : Create Windows Application Installer
124127 if : ${{ matrix.sdk == '' }}
125128 run : iscc "windowsApplicationInstallerSetup.iss"
Original file line number Diff line number Diff line change 7777 cache : true
7878 - name : Build Windows Application
7979 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
8083 - name : Create Windows Application Installer
8184 run : iscc "windowsApplicationInstallerSetup.iss"
8285 working-directory : .
You can’t perform that action at this time.
0 commit comments