Install Inno Setup in Windows installer builds (#5385)

This commit is contained in:
Khairul Azhar Kasmiran 2025-09-16 14:22:50 +08:00 committed by GitHub
parent 58f02ec36d
commit 976671d660
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -675,6 +675,8 @@ jobs:
bits: 32
steps:
- uses: actions/checkout@v5
- name: Install Inno Setup
run: choco install innosetup
- uses: actions/setup-python@v6
- name: Install dependencies
run: |