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 25, 2025
1 parent e4b7520 commit 30548a4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build_beast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,8 @@ jobs:
echo "Downloading file from Sciebo..."
curl -u "$SCIEBO_USERNAME:$SCIEBO_PASSWORD" -O "$SCIEBO_URL/remote.php/webdav/openhd/openhd/rk3566_SDK/repo_build_test.gz"
echo "Download complete."
sudo tar -xvpf repo_build_test.gz -C /
ls -a
ls -a /opt
sudo tar -xzpf repo_build_test.gz -C /
echo "Extraction complete."
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
Expand Down

0 comments on commit 30548a4

Please sign in to comment.