We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 962e7f6 commit 06fd3eaCopy full SHA for 06fd3ea
.github/workflows/examples.yml
@@ -54,14 +54,13 @@ jobs:
54
fsverity \
55
mtools \
56
python3-pytest-asyncio \
57
- qemu-kvm \
58
systemd-boot-efi
59
60
- - name: Get a newer podman for heredoc support (from plucky)
+ - name: Get a newer podman for heredoc support and newer qemu (from plucky)
61
run: |
62
echo 'deb http://azure.archive.ubuntu.com/ubuntu plucky universe main' | sudo tee /etc/apt/sources.list.d/plucky.list
63
sudo apt update
64
- sudo apt install -y crun/plucky podman/plucky
+ sudo apt install -y crun/plucky podman/plucky qemu-kvm/plucky
65
66
- uses: actions/checkout@v4
67
0 commit comments