Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Jan 25, 2025
1 parent 215cb4e commit 20ad3df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_beast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,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 -xzpf *.tar.gz -C /
sudo tar -xzvpf repo_build_test.gz -C /
ls -a
ls -a /opt
1 change: 0 additions & 1 deletion .github/workflows/eventbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
- "2.6-evo"
- "dev-release"
- "release"
- "add-ramdisk"

jobs:
build:
Expand Down

0 comments on commit 20ad3df

Please sign in to comment.