Skip to content

Commit a1a3d53

Browse files
authored
Refactor iOS workflow by removing tmate setup
Removed tmate session setup and commented out xcodebuild command.
1 parent 63356ad commit a1a3d53

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/ios.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,12 @@ jobs:
6565
if: ${{ env.SENTRY_AUTH_TOKEN != '' }}
6666
with:
6767
xcode-version: ${{ env.IOS_SDK }}
68-
69-
- name: Setup tmate session
70-
uses: mxschmitt/action-tmate@v3
71-
68+
7269
- name: 🍹 Prepare ios build env
7370
if: ${{ env.SENTRY_AUTH_TOKEN != '' }}
7471
run: |
7572
xcrun simctl list | grep iOS
76-
xcodebuild -downloadPlatform iOS -buildVersion ${{ env.IOS_SDK }} -architectureVariant universal
73+
# xcodebuild -downloadPlatform iOS -buildVersion ${{ env.IOS_SDK }} -architectureVariant universal
7774
brew uninstall cmake
7875
# Workaround GitHub Actions Python issues
7976
brew unlink python && brew link --overwrite python

0 commit comments

Comments
 (0)