Skip to content

Commit

Permalink
Free disk space
Browse files Browse the repository at this point in the history
  • Loading branch information
sk81biz committed Jan 16, 2025
1 parent 0dd79a9 commit 2dca541
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main-build-4testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ jobs:
run: |
sudo rm -rf /usr/local/lib/android /opt/ghc
sudo docker image prune --all --force
- name: Show free space
run: |
echo "Free space:"
df -h
- name: Login to DockerHub
uses: docker/login-action@v2
Expand Down

0 comments on commit 2dca541

Please sign in to comment.