Skip to content

Commit b3516da

Browse files
committed
ci: update QEMU on windows runners
1 parent d2d52fa commit b3516da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
runs-on: windows-latest
6666
steps:
6767
- name: Install QEMU
68-
run: choco install qemu --version 2023.4.24
68+
run: winget install --id=SoftwareFreedomConservancy.QEMU -e --version 10.0.0
6969
- name: Checkout sources
7070
uses: actions/checkout@v5
7171
- uses: Swatinem/rust-cache@v2

0 commit comments

Comments
 (0)