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 ae84417 commit a266306
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/BuildRock5ForOpenHD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
# Print fork.conf
echo "___Content of fork.conf___"
cat linux/.rk3588/fork.conf
mv linux linux/.rk3588/ linux/rk3588-ohd/
# 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 Expand Up @@ -77,7 +78,7 @@ jobs:
run: |
cd bsp
echo "start building"
./bsp --long-version -r radxa linux .rk3588
./bsp --long-version -r radxa linux rk3588-ohd
- name: prepare for Upload
run: |
Expand Down

0 comments on commit a266306

Please sign in to comment.