Selaa lähdekoodia

Remove list commands - failure was temporary

Florian Friedrich 6 kuukautta sitten
vanhempi
sitoutus
368c2461b4
1 muutettua tiedostoa jossa 0 lisäystä ja 2 poistoa
  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