Add Inno Setup installation to workflow

This commit is contained in:
nyne
2025-10-09 22:06:21 +08:00
committed by GitHub
parent d10873a903
commit e93b56a008

View File

@@ -116,6 +116,8 @@ jobs:
run: |
choco install yq -y
pip install httpx
- name: Install Inno Setup
run: choco install innosetup --no-progress
- uses: subosito/flutter-action@v2
with:
channel: "stable"