Skip to content

Commit e06ca79

Browse files
committed
Clear cocoapods cache
1 parent 9963acc commit e06ca79

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,14 +90,13 @@ jobs:
9090
- uses: actions/checkout@v3
9191
- name: Cocoapods cache
9292
uses: actions/cache@v3
93-
id: cocoapods-cache
9493
with:
9594
path: |
9695
~/.cocoapods
9796
~/Library/Caches/CocoaPods
9897
*/build/cocoapods
9998
*/build/classes
100-
key: cocoapods-cache
99+
key: cocoapods-cache-v2
101100
- name: Setup test environment
102101
uses: ./.github/actions/setup_test_action
103102
- name: Run iOS Tests

0 commit comments

Comments
 (0)