Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWildJames authored Jan 11, 2025
1 parent 9a4d1cc commit ee61432
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ jobs:
exit 1
fi
# Unpack the boot.img
# Unpack the boot.img using the absolute path
echo 'Unpacking prebuilt boot.img'
$UNPACKBOOTIMG --boot_img="./boot-5.10.img"
FULL_PATH=$(pwd)/boot-5.10.img
echo "Unpacking using: $FULL_PATH"
$UNPACKBOOTIMG --boot_img="$FULL_PATH"

0 comments on commit ee61432

Please sign in to comment.