Skip to content

Commit

Permalink
Syntax 3
Browse files Browse the repository at this point in the history
  • Loading branch information
jguz-pubnub committed Oct 29, 2024
1 parent 354d1cd commit 99f42ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ jobs:
ruby-version: 3.2.2
bundler-cache: true
- name: Clear SPM and build cache
run: |
rm -rf "$HOME/Library/Caches/org.swift.swiftpm"
rm -rf .build
run: rm -rf "$HOME/Library/Caches/org.swift.swiftpm"
- name: Clear SPM and build cache (2)
run: rm -rf .build
- name: Pre-load simulators list
if: ${{ matrix.environment != 'macOS' }}
run: xcrun simctl list -j
Expand Down

0 comments on commit 99f42ae

Please sign in to comment.