File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -213,9 +213,10 @@ jobs:
213
213
path : |
214
214
${{ env.work_dir }}/**/ios/Pods
215
215
${{ env.work_dir }}/**/ios/Podfile.lock
216
- key : ${{ runner.os }}-library-cocoapods-${{ env.work_dir }}-${{ hashFiles(format('{0}/**/yarn.lock', env.work_dir)) }}
216
+ key : ${{ runner.os }}-library-cocoapods-${{ hashFiles(format('{0}/**/Podfile', env.work_dir)) }}-${{ hashFiles(format('{0}/**/yarn.lock', env.work_dir)) }}
217
217
restore-keys : |
218
- ${{ runner.os }}-library-cocoapods-${{ env.work_dir }}-
218
+ ${{ runner.os }}-library-cocoapods-${{ hashFiles(format('{0}/**/Podfile', env.work_dir)) }}-
219
+ ${{ runner.os }}-library-cocoapods-
219
220
220
221
- name : Install cocoapods
221
222
if : steps.library-cocoapods-cache.outputs.cache-hit != 'true' && env.ios_build == 1
@@ -231,9 +232,10 @@ jobs:
231
232
with :
232
233
path : |
233
234
~/Library/Developer/Xcode/DerivedData
234
- key : ${{ runner.os }}-library-xcode-derived-data-${{ env.work_dir }}-${{ hashFiles(format('{0}/**/yarn.lock', env.work_dir)) }}
235
+ key : ${{ runner.os }}-library-xcode-derived-data-${{ hashFiles(format('{0}/**/Podfile', env.work_dir)) }}-${{ hashFiles(format('{0}/**/yarn.lock', env.work_dir)) }}
235
236
restore-keys : |
236
- ${{ runner.os }}-library-xcode-derived-data-${{ env.work_dir }}-
237
+ ${{ runner.os }}-library-xcode-derived-data-${{ hashFiles(format('{0}/**/Podfile', env.work_dir)) }}-
238
+ ${{ runner.os }}-library-xcode-derived-data-
237
239
238
240
- name : Build example (iOS)
239
241
if : env.ios_build == 1
You can’t perform that action at this time.
0 commit comments