Skip to content

Commit

Permalink
Update build_x20.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Mar 21, 2024
1 parent a4394e3 commit fc5a0e1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_x20.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
wget https://fra1.digitaloceanspaces.com/openhd-images/BaseImages/OpenHD-X20-kernel.zip
mkdir -p OpenHD-X20-kernel
unzip OpenHD-X20-kernel.zip -d OpenHD-X20-kernel/
cd OpenHD-X20-kernel/OpenHD-X20-kernel/
make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- x20_defconfig
make prepare
cd ../../
rm -Rf *.zip
echo "---------------"
echo $PWD
Expand Down

0 comments on commit fc5a0e1

Please sign in to comment.