Skip to content

Commit

Permalink
More deletions
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinonard committed Sep 9, 2024
1 parent ef9e82b commit 691fd76
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,18 @@ jobs:
- name: Install deps
run: brew install protobuf sccache

# Temporary dirty fix
# https://github.com/actions/runner-images/issues/10511
- name: Disk Cleanup
run: |
sudo rm -rfv /Users/runner/Library/Android/sdk
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 /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
sudo rm -rf /Applications/Xcode_15.2.app || true
sudo rm -rf /Applications/Xcode_15.3.app || true
df -h
- name: Install & display rust toolchain
Expand Down

0 comments on commit 691fd76

Please sign in to comment.