From 2b636b65010e3fc6c6d6a4d1f44e97eb0d268a4d Mon Sep 17 00:00:00 2001 From: Thomas Pearson <119269574+thomas-pearson-mattr@users.noreply.github.com> Date: Sun, 8 Dec 2024 20:46:05 +1300 Subject: [PATCH] ci(detox-ios): print xcode versions --- .github/workflows/ci-detox-ios.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci-detox-ios.yml b/.github/workflows/ci-detox-ios.yml index 27e5aafe..2d41fcc2 100644 --- a/.github/workflows/ci-detox-ios.yml +++ b/.github/workflows/ci-detox-ios.yml @@ -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