Skip to content

Commit a84864f

Browse files
fix(ios): fix ci please
1 parent 6b68fbe commit a84864f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,10 @@ jobs:
138138
path: |
139139
**/ios/Pods
140140
key: ${{ runner.os }}-cocoapods-${{ hashFiles('example/ios/Podfile.lock') }}
141+
restore-keys: |
142+
${{ runner.os }}-cocoapods-${{ hashFiles('example/ios/Podfile.lock') }}
141143
142144
- name: Install cocoapods
143-
if: env.turbo_cache_hit != 1 && steps.cocoapods-cache.outputs.cache-hit != 'true'
144145
run: |
145146
cd example/ios
146147
pod install

0 commit comments

Comments
 (0)