Skip to content

Commit f58ac22

Browse files
authored
bootc-ubuntu-setup: Bump bcvk to 0.8.0 (#51)
Signed-off-by: Colin Walters <walters@verbum.org>
1 parent 469b54d commit f58ac22

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
@@ -67,7 +67,7 @@ runs:
6767
shell: bash
6868
run: |
6969
set -xeuo pipefail
70-
export BCVK_VERSION=0.7.0
70+
export BCVK_VERSION=0.8.0
7171
/bin/time -f '%E %C' sudo apt install -y libkrb5-dev pkg-config libvirt-dev genisoimage qemu-utils qemu-kvm virtiofsd libvirt-daemon-system
7272
# Something in the stack is overriding this, but we want session right now for bcvk
7373
echo LIBVIRT_DEFAULT_URI=qemu:///session >> $GITHUB_ENV

0 commit comments

Comments
 (0)