Skip to content

Commit 250df07

Browse files
Update ios-build-custom-dev-app.yml
1 parent 9722599 commit 250df07

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/ios-build-custom-dev-app.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,13 @@ jobs:
3535
- name: cache cocoapods
3636
uses: actions/cache@v3
3737
with:
38-
path: ios/Pods
39-
key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}
38+
path: |
39+
ios/Pods
40+
~/Library/Caches/CocoaPods
41+
~/.cocoapods
42+
key: ${{ runner.os }}-pods-${{ hashFiles('ios/Podfile.lock') }}
43+
restore-keys: |
44+
${{ runner.os }}-pods-
4045
4146
- name: bundle install
4247
run: bundle install

0 commit comments

Comments
 (0)