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 338d046 commit d5ea5b2Copy full SHA for d5ea5b2
.github/workflows/test-board.yml
@@ -54,7 +54,7 @@ jobs:
54
config=$(echo "$config" | sed -e 's/^[[:space:]]*//' -e 's/[[:space:]]*$//')
55
cargo xtask image download $img
56
img_name="${{ matrix.board }}"
57
- sed -i 's|^kernel_path[[:space:]]*=.*|kernel_path = "/tmp/axvisor/'"$img_name"'"|' "$config"
+ sed -i 's|^kernel_path[[:space:]]*=.*|kernel_path = "/tmp/axvisor/'"$img"'/'"$img_name"'"|' "$config"
58
echo "Updated kernel_path in $config"
59
done
60
0 commit comments