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 e269dd9 commit 95e53d4Copy full SHA for 95e53d4
.github/workflows/test-qemu.yml
@@ -43,6 +43,7 @@ jobs:
43
img=$(echo "$img" | sed -e 's/^[[:space:]]*//' -e 's/[[:space:]]*$//')
44
config="${CONFIGS[$i]}"
45
config=$(echo "$config" | sed -e 's/^[[:space:]]*//' -e 's/[[:space:]]*$//')
46
+ cargo xtask image rm $img
47
cargo xtask image download $img
48
sed -i 's|^kernel_path[[:space:]]*=.*|kernel_path = "/tmp/axvisor/'"$img"'/'"$img"'"|' "$config"
49
echo "Updated kernel_path in $config"
0 commit comments