Skip to content

Commit cddf060

Browse files
authored
ci: fix pod cache (#37)
2 parents 2f06213 + 58c26cf commit cddf060

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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/cache@v4.2.4
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)