Skip to content

Commit 95e53d4

Browse files
committed
ci: test
1 parent e269dd9 commit 95e53d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-qemu.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
img=$(echo "$img" | sed -e 's/^[[:space:]]*//' -e 's/[[:space:]]*$//')
4444
config="${CONFIGS[$i]}"
4545
config=$(echo "$config" | sed -e 's/^[[:space:]]*//' -e 's/[[:space:]]*$//')
46+
cargo xtask image rm $img
4647
cargo xtask image download $img
4748
sed -i 's|^kernel_path[[:space:]]*=.*|kernel_path = "/tmp/axvisor/'"$img"'/'"$img"'"|' "$config"
4849
echo "Updated kernel_path in $config"

0 commit comments

Comments
 (0)