Skip to content

Commit

Permalink
add more debug commands on mac pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
charly-bg committed Sep 6, 2024
1 parent 1c4571b commit c5cddc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
EP_PRE_RELEASE: true
run: |
echo ">>>>>>>>>>>>> 10 largest files"
sudo find / -type f -exec du -h {} + | sort -rh | head -n 10
sudo find / -type f -exec du -h {} + 2>/dev/null | sort -rh | head -n 10
hdiutil info
df -h
diskutil list
Expand All @@ -67,7 +67,7 @@ jobs:
hdiutil info
df -h
echo ">>>>>>>>>>>>> 10 largest files"
sudo find / -type f -exec du -h {} + | sort -rh | head -n 10
sudo find / -type f -exec du -h {} + 2>/dev/null | sort -rh | head -n 10
# - name: Notarize MacOS (dmg)
# if: ${{github.ref == 'refs/heads/main'}}
Expand Down

0 comments on commit c5cddc4

Please sign in to comment.