Skip to content

Commit d5ea5b2

Browse files
committed
ci: fix path error in test board
1 parent 338d046 commit d5ea5b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-board.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
config=$(echo "$config" | sed -e 's/^[[:space:]]*//' -e 's/[[:space:]]*$//')
5555
cargo xtask image download $img
5656
img_name="${{ matrix.board }}"
57-
sed -i 's|^kernel_path[[:space:]]*=.*|kernel_path = "/tmp/axvisor/'"$img_name"'"|' "$config"
57+
sed -i 's|^kernel_path[[:space:]]*=.*|kernel_path = "/tmp/axvisor/'"$img"'/'"$img_name"'"|' "$config"
5858
echo "Updated kernel_path in $config"
5959
done
6060

0 commit comments

Comments
 (0)