Skip to content

Commit 86e20ee

Browse files
committed
ci: also enable Cloud Hypervisor boot
1 parent 9ad924d commit 86e20ee

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/rust.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,10 @@ jobs:
6363
- name: Install QEMU
6464
run: |
6565
sudo apt-get update
66-
sudo apt-get install -y qemu-system-x86 qemu-system-misc
67-
66+
sudo apt-get install -y cloud-hypervisor
67+
sudo apt-get install -y qemu-system-x86 qemu-system-riscv
68+
- name: Verify Cloud Hypervisor installation
69+
run: cloud-hypervisor --version
6870
- name: Verify QEMU installation
6971
run: |
7072
qemu-system-i386 --version

0 commit comments

Comments
 (0)