Skip to content

Commit 1c465af

Browse files
committed
Use --no-progress for choco
1 parent 0f45b9b commit 1c465af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
HOMEBREW_NO_INSTALL_CLEANUP: 1
6767
- name: Install QEMU (Windows)
6868
run: |
69-
choco install qemu --limit-output
69+
choco install qemu --no-progress
7070
echo "C:\Program Files\qemu" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
7171
if: runner.os == 'Windows'
7272
shell: pwsh

0 commit comments

Comments
 (0)