Skip to content

Commit

Permalink
MacOs CI disk cleanup (#1355)
Browse files Browse the repository at this point in the history
* Macos android sdk cleanup

* More deletions

* Update release.yml
  • Loading branch information
Dinonard committed Sep 9, 2024
1 parent f1475d0 commit 1f21fe5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,20 @@ jobs:
- name: Install deps
run: brew install protobuf sccache

# Temporary dirty fix
# https://github.com/actions/runner-images/issues/10511
- name: Disk Cleanup
run: |
xcrun simctl delete all || true
sudo rm -rf ~/Library/Developer/CoreSimulator/Caches/* || 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
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
run: rustup show

Expand Down

0 comments on commit 1f21fe5

Please sign in to comment.