Skip to content

Commit

Permalink
Remove verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinonard committed Sep 9, 2024
1 parent e4e5547 commit 8c09101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos-disk-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
df -h
xcrun simctl delete all || true
sudo rm -rf ~/Library/Developer/CoreSimulator/Caches/* || true
sudo rm -rfv /Users/runner/Library/Android/sdk || true
sudo rm -rf /Users/runner/Library/Android/sdk || true
sudo rm -rf /Applications/Xcode_14.3.1.app || true
sudo rm -rf /Applications/Xcode_15.0.1.app || true
sudo rm -rf /Applications/Xcode_15.1.app || true
Expand Down

0 comments on commit 8c09101

Please sign in to comment.