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