Skip to content

Commit

Permalink
Update BuildRock5ForOpenHD.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Aug 28, 2024
1 parent 32c1dde commit 597fb33
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/BuildRock5ForOpenHD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ jobs:
# Print fork.conf
echo "___Content of fork.conf___"
cat linux/.rk3588/fork.conf
mv linux linux/.rk3588 linux/rk3588-ohd
cd linux
mv .rk3588 rk3588-ohd
cd ..
# Fetch the latest commit hash from the OpenHD overlays repository
COMMITHASH=$(curl -s https://api.github.com/repos/OpenHD/overlays/commits/main | grep '"sha"' | head -n 1 | cut -d '"' -f 4)
Expand Down

0 comments on commit 597fb33

Please sign in to comment.