File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -158,13 +158,13 @@ jobs:
158
158
bundler-cache : true
159
159
160
160
- uses : actions/cache@v3
161
- id : cache-pods
162
161
with :
163
162
path : ios/Pods
164
163
key : ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}
164
+ restore-keys : |
165
+ ${{ runner.os }}-pods-
165
166
166
167
- name : Install cocoapods
167
- if : ${{ !fromJSON(steps.cache-pods.outputs.cache-hit) }}
168
168
uses : nick-invision/retry@0711ba3d7808574133d713a0d92d2941be03a350
169
169
with :
170
170
timeout_minutes : 10
Original file line number Diff line number Diff line change @@ -141,13 +141,13 @@ jobs:
141
141
bundler-cache : true
142
142
143
143
- uses : actions/cache@v3
144
- id : cache-pods
145
144
with :
146
145
path : ios/Pods
147
146
key : ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}
147
+ restore-keys : |
148
+ ${{ runner.os }}-pods-
148
149
149
150
- name : Install cocoapods
150
- if : ${{ !fromJSON(steps.cache-pods.outputs.cache-hit) }}
151
151
uses : nick-invision/retry@0711ba3d7808574133d713a0d92d2941be03a350
152
152
with :
153
153
timeout_minutes : 10
You can’t perform that action at this time.
0 commit comments