We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28d2095 commit 642662fCopy full SHA for 642662f
.github/actions/setup-ios-runtime/action.yml
@@ -6,8 +6,10 @@ runs:
6
- name: Setup iOS Simulator Runtime
7
shell: bash
8
run: |
9
+ sudo rm -rfv ~/Library/Developer/CoreSimulator/* || true
10
brew install blacktop/tap/ipsw
11
bundle exec fastlane install_runtime ios:${{ inputs.version }}
12
+ sudo rm -rfv *.dmg || true
13
xcrun simctl list runtimes
14
- name: Create Custom iOS Simulator
15
0 commit comments