Skip to content

Commit 2d53bfd

Browse files
committed
fix: CI issue
1 parent 7ac42bb commit 2d53bfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-qemu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
5151
- name: Download IMAGES
5252
run: |
53-
IMAGES_URL="https://github.com/arceos-hypervisor/axvisor-guest/releases/download/v0.0.19/${{ matrix.vmimage_name }}.tar.gz"
53+
IMAGES_URL="https://github.com/arceos-hypervisor/axvisor-guest/releases/download/v0.0.20/${{ matrix.vmimage_name }}.tar.gz"
5454
IMAGES_DIR="/tmp/axvisor/images/${{ matrix.vmimage_name }}"
5555
ROOTFS_IMG_PATH="${IMAGES_DIR}/rootfs.img"
5656
mkdir -p "${IMAGES_DIR}"

0 commit comments

Comments
 (0)