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 2205f75 commit e4b7520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_beast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ 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 -xzvpf repo_build_test.gz -C /
sudo tar -xvpf repo_build_test.gz -C /
ls -a
ls -a /opt
cd /opt
Expand Down

0 comments on commit e4b7520

Please sign in to comment.