Skip to content

Commit

Permalink
slowly going mad
Browse files Browse the repository at this point in the history
  • Loading branch information
black-sliver authored Jun 13, 2024
1 parent c404144 commit daa0133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
Invoke-WebRequest -Uri https://github.com/Ijwu/Enemizer/releases/download/${Env:ENEMIZER_VERSION}/win-x64.zip -OutFile enemizer.zip
Expand-Archive -Path enemizer.zip -DestinationPath EnemizerCLI -Force
Invoke-WebRequest -Uri https://files.jrsoftware.org/is/6/innosetup-6.2.2.exe -OutFile innosetup.exe
& .\innosetup.exe /VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /ALLUSERS /LOG=".\innosetup.txt"
.\innosetup.exe /VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /ALLUSERS /LOG=".\innosetup.txt"
cat innosetup.txt
- name: Build
run: |
Expand Down

0 comments on commit daa0133

Please sign in to comment.