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 d739288Copy full SHA for d739288
.github/actions/bootc-ubuntu-setup/action.yml
@@ -85,11 +85,9 @@ 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
90
- target=bcvk-$(arch)-unknown-linux-gnu
91
- tar xzf ${target}.tar.gz
92
- sudo install -T ${target} /usr/bin/bcvk
+ # Install bcvk from PR 163
+ gh run download 19682860308 --name bcvk-binary-tests --repo bootc-dev/bcvk
+ sudo install -T bcvk /usr/bin/bcvk
93
cd -
94
rm -rf "$td"
95
0 commit comments