From 78bf96ff25ee7a5c4aa1f0e6866bcf278040da33 Mon Sep 17 00:00:00 2001 From: riteshshukla04 Date: Thu, 14 Aug 2025 11:11:12 +0530 Subject: [PATCH] Upgrade RN screens --- .github/actions/setup-xcode/action.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/actions/setup-xcode/action.yml b/.github/actions/setup-xcode/action.yml index 4b797133..c5830009 100644 --- a/.github/actions/setup-xcode/action.yml +++ b/.github/actions/setup-xcode/action.yml @@ -13,5 +13,7 @@ runs: with: xcode-version: ${{ inputs.xcode-version }} - name: Install iOS SDK + shell: bash run: | - xcodebuild -downloadPlatform iOS -buildVersion 18.2 \ No newline at end of file + xcodebuild -downloadPlatform iOS -buildVersion 18.2 + \ No newline at end of file