Install Inno Setup in Windows installer builds (#5385)
This commit is contained in:
parent
58f02ec36d
commit
976671d660
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue