We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e1ebf7 commit 81ea425Copy full SHA for 81ea425
1 file changed
common/.github/actions/bootc-ubuntu-setup/action.yml
@@ -68,7 +68,8 @@ runs:
68
run: |
69
set -xeuo pipefail
70
export BCVK_VERSION=0.9.0
71
- /bin/time -f '%E %C' sudo apt install -y libkrb5-dev pkg-config libvirt-dev genisoimage qemu-utils qemu-kvm virtiofsd libvirt-daemon-system
+ # see https://github.com/bootc-dev/bcvk/issues/176
72
+ /bin/time -f '%E %C' sudo apt install -y libkrb5-dev pkg-config libvirt-dev genisoimage qemu-utils qemu-kvm virtiofsd libvirt-daemon-system python3-virt-firmware
73
# Something in the stack is overriding this, but we want session right now for bcvk
74
echo LIBVIRT_DEFAULT_URI=qemu:///session >> $GITHUB_ENV
75
td=$(mktemp -d)
0 commit comments