Skip to content

Commit

Permalink
Syntax 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jguz-pubnub committed Oct 29, 2024
1 parent fb3fd17 commit 354d1cd
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 @@ -50,8 +50,8 @@ jobs:
bundler-cache: true
- name: Clear SPM and build cache
run: |
rm -rf "$HOME/Library/Caches/org.swift.swiftpm"
rm -rf .build
rm -rf "$HOME/Library/Caches/org.swift.swiftpm"
rm -rf .build
- name: Pre-load simulators list
if: ${{ matrix.environment != 'macOS' }}
run: xcrun simctl list -j
Expand Down

0 comments on commit 354d1cd

Please sign in to comment.