Skip to content

Commit cdbcb62

Browse files
committed
Use QEMU version 5.2.0-rc2 on Windows
1 parent 840cec2 commit cdbcb62

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
@@ -71,7 +71,7 @@ jobs:
7171
if: runner.os == 'Windows'
7272
shell: pwsh
7373
- name: Install QEMU (Windows)
74-
run: scoop install qemu
74+
run: scoop install qemu@5.2.0-rc2
7575
if: runner.os == 'Windows'
7676
shell: pwsh
7777
- name: "Print QEMU Version"

0 commit comments

Comments
 (0)