Skip to content

Commit

Permalink
check folders inside of home
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyLewen committed Aug 9, 2023
1 parent 2ea1009 commit c53b31c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/maximize-build-disk-space.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ jobs:
steps:
- name: "free size"
run: |
du -sh /home/* 2>&1 | grep -v '^du:'
du -sh /home/* 2>&1 | grep -v '^du:'
du -sh /home/linuxbrew/* 2>&1 | grep -v '^du:'
du -sh /home/runner/* 2>&1 | grep -v '^du:'
- name: Maximize build space
uses: easimon/maximize-build-space@v7
Expand Down

0 comments on commit c53b31c

Please sign in to comment.