Skip to content

Commit

Permalink
ci: fix the "No space left on device" error (#1239)
Browse files Browse the repository at this point in the history
  • Loading branch information
homuler authored Aug 10, 2024
1 parent d043b90 commit 2e7daf9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ jobs:
run: |
docker build --no-cache --build-arg UID=$(id -u) -t mediapipe_unity:latest . -f docker/linux/x86_64/Dockerfile
- name: Remove unused files to free up space
run: |
sudo rm -rf /usr/share/dotnet /usr/local/lib/android
- name: Build
run: |
docker run --rm \
Expand Down

0 comments on commit 2e7daf9

Please sign in to comment.