diff --git a/bootc-ubuntu-setup/action.yml b/bootc-ubuntu-setup/action.yml index 083781c..a79011a 100644 --- a/bootc-ubuntu-setup/action.yml +++ b/bootc-ubuntu-setup/action.yml @@ -56,7 +56,7 @@ runs: echo "deb ${mirror} plucky universe main" | sudo tee /etc/apt/sources.list.d/plucky.list /bin/time -f '%E %C' sudo apt update # skopeo is currently older in plucky for some reason hence --allow-downgrades - /bin/time -f '%E %C' sudo apt install -y --allow-downgrades crun/plucky podman/plucky skopeo/plucky just + /bin/time -f '%E %C' sudo apt install -y --allow-downgrades crun/plucky buildah/plucky podman/plucky skopeo/plucky just # This is the default on e.g. Fedora derivatives, but not Debian. # Only needed when libvirt/virtualization is requested. - name: Enable unprivileged /dev/kvm access