Skip to content

Commit 18c7b0d

Browse files
committed
install iscc manually
1 parent 7267294 commit 18c7b0d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/branch.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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 ISCC
124+
if: ${{ matrix.sdk == '' }}
125+
run: pip3 install iscc-cli
123126
- name: Create Windows Application Installer
124127
if: ${{ matrix.sdk == '' }}
125128
run: iscc "windowsApplicationInstallerSetup.iss"

0 commit comments

Comments
 (0)