We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06b5b8c commit c055df0Copy full SHA for c055df0
.github/workflows/release-windows.yml
@@ -21,7 +21,7 @@ jobs:
21
id: install_inno
22
shell: pwsh
23
run: |
24
- winget install -e --id JRSoftware.InnoSetup -v 6.4.3 --accept-package-agreements --accept-source-agreements --disable-interactivity --scope machine
+ winget install -e --id JRSoftware.InnoSetup -v 6.4.3 --accept-package-agreements --accept-source-agreements --disable-interactivity --scope machine --silent
25
if (Test-Path "C:\Program Files (x86)\Inno Setup 6\") {
26
echo "inno installed successfully"
27
} else {
0 commit comments