Skip to content

Commit d739288

Browse files
committed
ci: Update bcvk binary download source
Archive in PR 159 has been expired, update to from PR 163 Signed-off-by: Xiaofeng Wang <henrywangxf@me.com>
1 parent f687add commit d739288

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,9 @@ runs:
8585
echo LIBVIRT_DEFAULT_URI=qemu:///session >> $GITHUB_ENV
8686
td=$(mktemp -d)
8787
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
88+
# Install bcvk from PR 163
89+
gh run download 19682860308 --name bcvk-binary-tests --repo bootc-dev/bcvk
90+
sudo install -T bcvk /usr/bin/bcvk
9391
cd -
9492
rm -rf "$td"
9593

0 commit comments

Comments
 (0)