Skip to content

Commit 908bb27

Browse files
committed
ci: fix pod cache
1 parent cdaa01a commit 908bb27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
uses: actions/[email protected]
111111
with:
112112
path: example/ios/Pods
113-
key: ${{ runner.os }}-pods-${{ hashFiles('example/ios/Podfile.lock')}}
113+
key: ${{ runner.os }}-pods-${{ hashFiles('example/ios/Podfile', 'example/ios/Podfile.lock', 'example/package.json') }}
114114
restore-keys: |
115115
${{ runner.os }}-pods-
116116

0 commit comments

Comments
 (0)