Skip to content

Commit e160c8e

Browse files
committed
fix ios ci
1 parent ab8a147 commit e160c8e

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/e2e_ios.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,10 @@ jobs:
106106
RNU_CLI_ROOT: ${{ github.workspace }}/react-native-update-cli
107107
run: cd Example/e2etest && bun run prepare:e2e
108108

109-
- name: Cache CocoaPods dependencies
109+
- name: Cache CocoaPods downloads
110110
uses: actions/cache@v5.0.4
111111
with:
112-
path: |
113-
Example/e2etest/ios/Pods
114-
~/Library/Caches/CocoaPods
112+
path: ~/Library/Caches/CocoaPods
115113
key: ${{ runner.os }}-cocoapods-e2e-${{ hashFiles('Example/e2etest/ios/Podfile.lock', 'Example/e2etest/ios/Podfile', 'Example/e2etest/bun.lock') }}
116114
restore-keys: |
117115
${{ runner.os }}-cocoapods-e2e-

0 commit comments

Comments
 (0)