소스 검색

Remove list commands - failure was temporary

Florian Friedrich 6 달 전
부모
커밋
368c2461b4
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  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