Skip to content

Commit

Permalink
ci(detox-ios): print xcode versions
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-pearson-mattr committed Dec 8, 2024
1 parent a58c7f7 commit 2b636b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-detox-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
rustc --version
xcodebuild -version
- name: List Installed Xcode Versions
run: ls /Applications | grep Xcode

- name: Build Libraries for iOS
env:
IPHONEOS_DEPLOYMENT_TARGET: 17.5
Expand Down

0 comments on commit 2b636b6

Please sign in to comment.