Skip to content

Commit b8d15a7

Browse files
ci: Pin Windows QEMU version
There are issues with the May 2023 releases, pin to a known-working version.
1 parent 24dd6aa commit b8d15a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
runs-on: windows-latest
7474
steps:
7575
- name: Install QEMU
76-
run: choco install qemu
76+
run: choco install qemu --version 2023.4.24
7777

7878
- name: Checkout sources
7979
uses: actions/checkout@v3

0 commit comments

Comments
 (0)