File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -85,16 +85,16 @@ jobs:
8585 with :
8686 AUTOMATION_USER_SSH_PRIVATE_KEY : ${{ secrets.AUTOMATION_USER_SSH_PRIVATE_KEY }}
8787 STAGING_PARTNER_REPO : ${{ secrets.STAGING_PARTNER_REPO }}
88- - name : Show destinations
89- run : |
90- cd aws-sdk-swift
91- xcrun simctl create "iPhone 17" "iPhone 17"
92- xcrun simctl list > /dev/null
93- set -o pipefail && \
94- NSUnbufferedIO=YES xcodebuild \
95- -scheme aws-sdk-swift-Package \
96- -showdestinations \
97- 2>&1
88+ # - name: Show destinations
89+ # run: |
90+ # cd aws-sdk-swift
91+ # xcrun simctl create "iPhone 17" "iPhone 17"
92+ # xcrun simctl list > /dev/null
93+ # set -o pipefail && \
94+ # NSUnbufferedIO=YES xcodebuild \
95+ # -scheme aws-sdk-swift-Package \
96+ # -showdestinations \
97+ # 2>&1
9898 - name : Cache Gradle
9999 uses : actions/cache@v4
100100 with :
You can’t perform that action at this time.
0 commit comments