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 f687add commit d0eb09fCopy full SHA for d0eb09f
.github/actions/bootc-ubuntu-setup/action.yml
@@ -85,8 +85,8 @@ runs:
85
echo LIBVIRT_DEFAULT_URI=qemu:///session >> $GITHUB_ENV
86
td=$(mktemp -d)
87
cd $td
88
- # Install bcvk from PR 159
89
- gh run download 19640807620 --name bcvk-binary --repo bootc-dev/bcvk
+ # Install bcvk from PR 163
+ gh run download 19682860308 --name bcvk-binary --repo bootc-dev/bcvk
90
target=bcvk-$(arch)-unknown-linux-gnu
91
tar xzf ${target}.tar.gz
92
sudo install -T ${target} /usr/bin/bcvk
0 commit comments