Browse Source

Remove list commands - failure was temporary

Florian Friedrich 6 tháng trước cách đây
mục cha
commit
368c2461b4
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      .github/workflows/cocoapods-validations.yml

+ 0 - 2
.github/workflows/cocoapods-validations.yml

@@ -19,9 +19,7 @@ jobs:
           xcode-version: ^16.4
       - name: Install Platforms
         run: |
-          xcrun simctl list
           xcrun simctl delete unavailable # Remove unavailable sims - also boots the simulator
-          xcrun simctl list
           xcodebuild -downloadPlatform iOS
           xcodebuild -downloadPlatform tvOS
           xcodebuild -downloadPlatform visionOS