Skip to content

Commit c055df0

Browse files
windows ci: silence progress bar
1 parent 06b5b8c commit c055df0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
id: install_inno
2222
shell: pwsh
2323
run: |
24-
winget install -e --id JRSoftware.InnoSetup -v 6.4.3 --accept-package-agreements --accept-source-agreements --disable-interactivity --scope machine
24+
winget install -e --id JRSoftware.InnoSetup -v 6.4.3 --accept-package-agreements --accept-source-agreements --disable-interactivity --scope machine --silent
2525
if (Test-Path "C:\Program Files (x86)\Inno Setup 6\") {
2626
echo "inno installed successfully"
2727
} else {

0 commit comments

Comments
 (0)