Skip to content

Commit 0f45b9b

Browse files
committed
Limit choco output
1 parent c3d7aab commit 0f45b9b

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
69+
choco install qemu --limit-output
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)