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 3af9d0d commit 32d8b72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: |
df -h
echo "Removing large simulator runtime .dmg files..."
find /Users/runner/ -type f -name "*.dmg" -exec rm -f {} \;
find /Users/runner/ -type f -name "*.dmg" -mtime +7 -exec rm -f {} \;
find /private/tmp/ -type f -name "*.dmg" -exec rm -f {} \;
sudo find /System/Volumes/Data/System/Library/AssetsV2/com_apple_MobileAsset_xrOSSimulatorRuntime/ -type f -name "*.dmg" -exec rm -f {} \;
sudo find /System/Volumes/Data/System/Library/AssetsV2/com_apple_MobileAsset_iOSSimulatorRuntime/ -type f -name "*.dmg" -exec rm -f {} \;
Expand Down

0 comments on commit 32d8b72

Please sign in to comment.