Skip to content

Commit d0eb09f

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 d0eb09f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ 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
88+
# Install bcvk from PR 163
89+
gh run download 19682860308 --name bcvk-binary --repo bootc-dev/bcvk
9090
target=bcvk-$(arch)-unknown-linux-gnu
9191
tar xzf ${target}.tar.gz
9292
sudo install -T ${target} /usr/bin/bcvk

0 commit comments

Comments
 (0)