Fix innosetup download exe
This commit is contained in:
parent
7a4553c407
commit
e74ef66bcd
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ jobs:
|
|||
# Install Inno Setup
|
||||
- name: Install Inno Setup
|
||||
run: |
|
||||
curl -L -o innosetup.exe https://files.jrsoftware.org/is/6/innosetup-6.2.2.exe
|
||||
curl -L -o innosetup.exe https://github.com/jrsoftware/issrc/releases/download/is-6_7_3/innosetup-6.7.3.exe
|
||||
.\innosetup.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART
|
||||
shell: cmd
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue