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 48ffc1e commit 5a40dc2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,14 @@ jobs:
run: xcrun simctl list

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

- name: Show Installed Simulators
run: xcrun simctl list

- name: Show Installed Simulators
run: xcodebuild -showsdks

- name: Validate Podfile
run: pod --version

Expand Down

0 comments on commit 5a40dc2

Please sign in to comment.