This commit is contained in:
David Roman 2023-06-08 11:20:25 +01:00
parent a5a1d7c305
commit 837ea7c498
No known key found for this signature in database
GPG Key ID: 7058646EEFCB70A7
1 changed files with 10 additions and 4 deletions

View File

@ -106,10 +106,16 @@ jobs:
run: brew install xcbeautify run: brew install xcbeautify
- if: ${{ matrix.install }} - if: ${{ matrix.install }}
name: Install Required Runtime name: Install xcodes
run: | run: brew install xcodesorg/made/xcodes
brew install xcodesorg/made/xcodes
sudo xcodes runtimes install '${{ matrix.runtime }}' - if: ${{ matrix.install }}
name: Install Required Runtime (${{ matrix.runtime }})
uses: nick-fields/retry@v2
with:
timeout_minutes: 15
max_attempts: 3
command: sudo xcodes runtimes install '${{ matrix.runtime }}'
- name: List Available Simulators - name: List Available Simulators
run: xcrun simctl list devices available run: xcrun simctl list devices available