Skip to content

Commit

Permalink
testing github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sojingle committed Nov 19, 2024
1 parent 160a19f commit 48ffc1e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,12 @@ jobs:
# -destination 'platform=visionOS Simulator,name=Apple Vision Pro' \
# test

- name: Show Installed Simulators
run: xcrun simctl list

- name: Install missing Simulators
run: sudo xcodebuild -installAdditionalComponents

- name: Show Installed Simulators
run: xcrun simctl list

Expand Down

0 comments on commit 48ffc1e

Please sign in to comment.