Skip to content

Commit

Permalink
Update build_beast.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Jan 26, 2025
1 parent 3402dd3 commit 8d6c98a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_beast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ jobs:
echo "Downloading file from Sciebo..."
curl -u "$SCIEBO_USERNAME:$SCIEBO_PASSWORD" -O "$SCIEBO_URL/remote.php/webdav/openhd/openhd/rk3566_SDK/prebuild_buildroot.tar.gz"
echo "Download complete."
sudo tar -xzpf prebuild_buildroot.tar.gz -C /
sudo tar -xzpf prebuild_buildroot.tar.gz -C .
echo "Extraction complete."
cd /opt
cd opt
sudo apt update
sudo apt install liblz4-tool python2 git rsync gcc g++ make device-tree-compiler bc flex bison lz4 libssl-dev libgmp-dev libmpc-dev expect expect-dev file unzip bzip2 fakeroot bsdmainutils
./build.sh all

0 comments on commit 8d6c98a

Please sign in to comment.