Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Commit

Permalink
Update size determine
Browse files Browse the repository at this point in the history
  • Loading branch information
xunmod committed Feb 3, 2024
1 parent 917d7b7 commit aa34a5a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
run: |
echo "========== / =========="
sudo du -hxd3 /
echo "========== __e =========="
sudo du -hxd2 /__e
echo "========== __w =========="
sudo du -hxd2 /__w
echo "========== __* =========="
sudo du -hxd2 /__*
echo "==========wrkpl=========="
sudo du -hxd2 /workplaces || true
df -h
- name: Get source
run: |
Expand Down

0 comments on commit aa34a5a

Please sign in to comment.