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 c3d7aab commit 0f45b9bCopy full SHA for 0f45b9b
.github/workflows/build.yml
@@ -66,7 +66,7 @@ jobs:
66
HOMEBREW_NO_INSTALL_CLEANUP: 1
67
- name: Install QEMU (Windows)
68
run: |
69
- choco install qemu
+ choco install qemu --limit-output
70
echo "C:\Program Files\qemu" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
71
if: runner.os == 'Windows'
72
shell: pwsh
0 commit comments