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 93cd7a8 commit 9bb6355Copy full SHA for 9bb6355
.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 --version=2021.02.03 -y --no-progress
+ choco install qemu --version=2020.11.20 -y --no-progress
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