Skip to content

Commit

Permalink
Clear cocoapods cache
Browse files Browse the repository at this point in the history
  • Loading branch information
MattSkala committed Dec 20, 2023
1 parent 9963acc commit e06ca79
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,13 @@ jobs:
- uses: actions/checkout@v3
- name: Cocoapods cache
uses: actions/cache@v3
id: cocoapods-cache
with:
path: |
~/.cocoapods
~/Library/Caches/CocoaPods
*/build/cocoapods
*/build/classes
key: cocoapods-cache
key: cocoapods-cache-v2
- name: Setup test environment
uses: ./.github/actions/setup_test_action
- name: Run iOS Tests
Expand Down

0 comments on commit e06ca79

Please sign in to comment.