mirror of
https://github.com/rust-osdev/uefi-rs
synced 2026-08-26 18:26:05 -04:00
ci: upgrade QEMU on windows
It seems that 2023.4.24 is no longer available in the Chocolatey repository
This commit is contained in:
parent
997b03a150
commit
70fb714ed5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
|
@ -65,7 +65,7 @@ jobs:
|
|||
runs-on: windows-latest
|
||||
steps:
|
||||
- name: Install QEMU
|
||||
run: choco install qemu --version 2023.4.24
|
||||
run: choco install qemu --version 2025.12.24
|
||||
- name: Checkout sources
|
||||
uses: actions/checkout@v6
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue