Skip to content

Commit 7013484

Browse files
committed
Use latest nightly for QEMU builds too.
1 parent 4dad2b2 commit 7013484

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,11 @@ jobs:
291291
- name: Install custom QEMU into /opt
292292
run: |
293293
curl -sSL https://github.com/jonathanpallant/qemu9-for-ubuntu-2404/releases/download/qemu-9.2.3%2Bbuild0/qemu-9.2.3-ubuntu-24.04.tar.gz | sudo tar xvzf - -C /
294+
- name: Install Rust
295+
run: |
296+
rustup install nightly-2026-01-25
297+
rustup component add rust-src --toolchain nightly-2026-01-25
298+
rustup default nightly-2026-01-25
294299
- name: Run tests in QEMU
295300
run: |
296301
export PATH=/opt/qemu/bin:$PATH

0 commit comments

Comments
 (0)