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 5e3335e commit 822a3b8Copy full SHA for 822a3b8
common/.github/actions/bootc-ubuntu-setup/action.yml
@@ -77,7 +77,7 @@ runs:
77
shell: bash
78
run: |
79
set -xeuo pipefail
80
- export BCVK_VERSION=0.5.3
+ export BCVK_VERSION=0.6.0
81
/bin/time -f '%E %C' sudo apt install -y libkrb5-dev pkg-config libvirt-dev genisoimage qemu-utils qemu-kvm virtiofsd libvirt-daemon-system
82
# Something in the stack is overriding this, but we want session right now for bcvk
83
echo LIBVIRT_DEFAULT_URI=qemu:///session >> $GITHUB_ENV
0 commit comments