Skip to content

Commit 06fd3ea

Browse files
.github/workflows: update qemu
1 parent 962e7f6 commit 06fd3ea

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/examples.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,13 @@ jobs:
5454
fsverity \
5555
mtools \
5656
python3-pytest-asyncio \
57-
qemu-kvm \
5857
systemd-boot-efi
5958
60-
- name: Get a newer podman for heredoc support (from plucky)
59+
- name: Get a newer podman for heredoc support and newer qemu (from plucky)
6160
run: |
6261
echo 'deb http://azure.archive.ubuntu.com/ubuntu plucky universe main' | sudo tee /etc/apt/sources.list.d/plucky.list
6362
sudo apt update
64-
sudo apt install -y crun/plucky podman/plucky
63+
sudo apt install -y crun/plucky podman/plucky qemu-kvm/plucky
6564
6665
- uses: actions/checkout@v4
6766

0 commit comments

Comments
 (0)