We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dad2b2 commit 7013484Copy full SHA for 7013484
1 file changed
.github/workflows/build.yml
@@ -291,6 +291,11 @@ jobs:
291
- name: Install custom QEMU into /opt
292
run: |
293
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
299
- name: Run tests in QEMU
300
301
export PATH=/opt/qemu/bin:$PATH
0 commit comments