Skip to content

Commit

Permalink
Update to Inno Setup 6.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
timoschwarzer committed Jun 30, 2024
1 parent 6b1eee3 commit 6f1479f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -300,10 +300,10 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v2

- name: Install Inno setup 6.3.1
- name: Install Inno setup 6.3.2
run: |
Invoke-WebRequest -Uri "https://jrsoftware.org/download.php/is.exe" -OutFile innosetup.exe
if ((Get-FileHash innosetup.exe).Hash -eq "0d17934f1668eeb96f11145621c88d20d164d3013bc6fb124458086e82d68d1f") {
if ((Get-FileHash innosetup.exe).Hash -eq "8230c521688841b590d5f62a21dfa1603db1c7c04c8b652ba237e9a248c40cde") {
Start-Process .\innosetup.exe -ArgumentList "/VERYSILENT /LOG=innosetup.log" -NoNewWindow -Wait
Get-Content innosetup.log
} else {
Expand Down

0 comments on commit 6f1479f

Please sign in to comment.