We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36aa0f7 commit 247b0bfCopy full SHA for 247b0bf
.github/workflows/build-ios.yml
@@ -52,7 +52,7 @@ jobs:
52
example/ios/Pods
53
~/Library/Caches/CocoaPods
54
~/.cocoapods
55
- key: build-ios-pods-${{ hashFiles('example/ios/Podfile.lock') }}
+ key: build-ios-pods-${{ hashFiles('example/node_modules/react-native/package.json') }}
56
restore-keys: build-ios-pods-
57
58
- name: Install Pods
@@ -69,7 +69,7 @@ jobs:
69
uses: actions/cache@v4
70
with:
71
path: ~/Library/Developer/Xcode/DerivedData
72
- key: build-ios-derived-data-${{ hashFiles('example/ios/Podfile.lock') }}
+ key: build-ios-derived-data-${{ hashFiles('example/node_modules/react-native/package.json') }}
73
restore-keys: build-ios-derived-data-
74
75
- name: Build app
0 commit comments