Răsfoiți Sursa

Remove list commands - failure was temporary

Florian Friedrich 6 luni în urmă
părinte
comite
368c2461b4
1 a modificat fișierele cu 0 adăugiri și 2 ștergeri
  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