Skip to content

Commit 8a0f2b4

Browse files
fix(ios): update ios ci
1 parent eeb0ba8 commit 8a0f2b4

File tree

2 files changed

+1810
-1
lines changed

2 files changed

+1810
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
**/ios/Pods
140140
key: ${{ runner.os }}-cocoapods-${{ hashFiles('example/ios/Podfile.lock') }}
141141
restore-keys: |
142-
${{ runner.os }}-cocoapods-
142+
${{ runner.os }}-cocoapods-${{ hashFiles('example/ios/Podfile.lock') }}
143143
144144
- name: Install cocoapods
145145
if: env.turbo_cache_hit != 1 && steps.cocoapods-cache.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)