Skip to content

Commit 93cd7a8

Browse files
committed
Install earlier QEMU version
1 parent 1c465af commit 93cd7a8

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 --no-progress
69+
choco install qemu --version=2021.02.03 -y --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)