Skip to content

Commit

Permalink
[CI] Clean up some disk space on CI before downloading iOS runtimes (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
testableapple authored Sep 3, 2024
1 parent 17fbf0f commit 09d2268
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/setup-ios-runtime/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ runs:
- name: Setup iOS Simulator Runtime
shell: bash
run: |
sudo rm -rfv ~/Library/Developer/CoreSimulator/* || true
brew install blacktop/tap/ipsw
bundle exec fastlane install_runtime ios:${{ inputs.version }}
sudo rm -rfv *.dmg || true
xcrun simctl list runtimes
- name: Create Custom iOS Simulator
shell: bash
Expand Down

0 comments on commit 09d2268

Please sign in to comment.