Skip to content

Commit

Permalink
Check how much space we have and what we use the space for during build.
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianGro committed Jul 30, 2023
1 parent 55c070d commit 206cf42
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/linux_server_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@ jobs:
container: ${{matrix.image}}

steps:
- name: Check current space situation
shell: bash
run: df -h

- name: Clear Working Directories
if: contains(matrix.runner, 'linux_aarch64')
shell: bash
Expand Down Expand Up @@ -278,6 +282,9 @@ jobs:
run: |
echo "Disk usage:"
df -h
du -h -t 1G -d 1
du -h -t 1G
- name: Upload artifact to GitHub
if: github.event_name == 'pull_request'
Expand Down

0 comments on commit 206cf42

Please sign in to comment.