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 2dca541 commit abbeffa
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/main-build-4testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@ jobs:
# - linux/arm64

steps:
- name: Maximize build space
uses: easimon/maximize-build-space@master
with:
root-reserve-mb: 512
swap-size-mb: 1024
remove-dotnet: 'true'
- name: Checkout
uses: actions/checkout@v4
with:
Expand All @@ -51,6 +45,9 @@ jobs:
run: |
echo "Free space:"
df -h
ls -la /root
docker image ls
docker system df
- name: Login to DockerHub
uses: docker/login-action@v2
Expand Down

0 comments on commit abbeffa

Please sign in to comment.