diff --git a/.github/workflows/ios-ci.yml b/.github/workflows/ios-ci.yml index 182baa4..c0279e3 100644 --- a/.github/workflows/ios-ci.yml +++ b/.github/workflows/ios-ci.yml @@ -18,14 +18,8 @@ jobs: with: xcode-version: latest-stable - - name: Show Xcode version - run: xcodebuild -version - - - name: Install xcpretty - run: gem install xcpretty - - - name: Resolve packages - run: xcodebuild -resolvePackageDependencies + - name: Install xcpretty + run: gem install xcpretty - name: Run tests run: |