Skip to content

Commit 9bb6355

Browse files
committed
Use an even earlier version
1 parent 93cd7a8 commit 9bb6355

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