Skip to content

Commit

Permalink
Explicit remove Package.resolved in workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
jguz-pubnub committed Nov 4, 2024
1 parent 8c7454e commit 5e83fc4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +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: Pre-load simulators list
if: ${{ matrix.environment != 'macOS' }}
run: xcrun simctl list -j
Expand Down

0 comments on commit 5e83fc4

Please sign in to comment.