We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63356ad commit a1a3d53Copy full SHA for a1a3d53
.github/workflows/ios.yml
@@ -65,15 +65,12 @@ jobs:
65
if: ${{ env.SENTRY_AUTH_TOKEN != '' }}
66
with:
67
xcode-version: ${{ env.IOS_SDK }}
68
-
69
- - name: Setup tmate session
70
- uses: mxschmitt/action-tmate@v3
71
+
72
- name: 🍹 Prepare ios build env
73
74
run: |
75
xcrun simctl list | grep iOS
76
- xcodebuild -downloadPlatform iOS -buildVersion ${{ env.IOS_SDK }} -architectureVariant universal
+ # xcodebuild -downloadPlatform iOS -buildVersion ${{ env.IOS_SDK }} -architectureVariant universal
77
brew uninstall cmake
78
# Workaround GitHub Actions Python issues
79
brew unlink python && brew link --overwrite python
0 commit comments