Skip to content

Commit 642662f

Browse files
[CI] Clean up some disk space on CI before downloading iOS runtimes (#596)
1 parent 28d2095 commit 642662f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/actions/setup-ios-runtime/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@ runs:
66
- name: Setup iOS Simulator Runtime
77
shell: bash
88
run: |
9+
sudo rm -rfv ~/Library/Developer/CoreSimulator/* || true
910
brew install blacktop/tap/ipsw
1011
bundle exec fastlane install_runtime ios:${{ inputs.version }}
12+
sudo rm -rfv *.dmg || true
1113
xcrun simctl list runtimes
1214
- name: Create Custom iOS Simulator
1315
shell: bash

0 commit comments

Comments
 (0)