Skip to content

Commit 822a3b8

Browse files
committed
action: Update bcvk
This is needed for improved testing in bootc. Signed-off-by: Colin Walters <[email protected]>
1 parent 5e3335e commit 822a3b8

File tree

1 file changed

+1
-1
lines changed
  • common/.github/actions/bootc-ubuntu-setup

1 file changed

+1
-1
lines changed

common/.github/actions/bootc-ubuntu-setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ runs:
7777
shell: bash
7878
run: |
7979
set -xeuo pipefail
80-
export BCVK_VERSION=0.5.3
80+
export BCVK_VERSION=0.6.0
8181
/bin/time -f '%E %C' sudo apt install -y libkrb5-dev pkg-config libvirt-dev genisoimage qemu-utils qemu-kvm virtiofsd libvirt-daemon-system
8282
# Something in the stack is overriding this, but we want session right now for bcvk
8383
echo LIBVIRT_DEFAULT_URI=qemu:///session >> $GITHUB_ENV

0 commit comments

Comments
 (0)