Skip to content

Commit

Permalink
separated dependencies for jetson nano
Browse files Browse the repository at this point in the history
  • Loading branch information
KalanaRatnayake committed Jul 3, 2024
1 parent b681268 commit fbaa29e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/yolo_humble_amd64_arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,15 @@ jobs:
packages: write

steps:
- name: Check disk space
run: df . -h

- name: Free disk space
run: |
sudo docker rmi $(docker image ls -aq) >/dev/null 2>&1 || true
sudo rm -rf /usr/share/dotnet
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- name: Check out the repository
uses: actions/checkout@v4

Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/yolo_humble_j_nano.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,15 @@ jobs:
packages: write

steps:
- name: Check disk space
run: df . -h

- name: Free disk space
run: |
sudo docker rmi $(docker image ls -aq) >/dev/null 2>&1 || true
sudo rm -rf /usr/share/dotnet
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- name: Check out the repository
uses: actions/checkout@v4

Expand Down

0 comments on commit fbaa29e

Please sign in to comment.