Skip to content

Commit

Permalink
xcodebuild -resolvePackageDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jguz-pubnub committed Nov 4, 2024
1 parent 5e83fc4 commit 945d6dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
run: rm -rf "$HOME/Library/Caches/org.swift.swiftpm"
- name: Clear build cache
run: rm -rf .build
- name: Remove Package.resolved if any
run: rm -rf Package.resolved
- name: Resolve dependencies
run: xcodebuild -resolvePackageDependencies
- name: Pre-load simulators list
if: ${{ matrix.environment != 'macOS' }}
run: xcrun simctl list -j
Expand Down

0 comments on commit 945d6dd

Please sign in to comment.