Skip to content

Commit

Permalink
workflow: add disk usage debug
Browse files Browse the repository at this point in the history
  • Loading branch information
amazingfate committed Aug 30, 2023
1 parent ba84290 commit 1953589
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/compile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ jobs:
KERNELBRANCH="commit:${{ github.event.pull_request.head.sha }}"
}
EOF
df -h
du -sh /*
du -sh output/*
bash ./compile.sh kernel \
SHARE_LOG=yes \
ARTIFACT_USE_CACHE="yes" \
Expand Down

0 comments on commit 1953589

Please sign in to comment.