Skip to content

Commit 7ef429a

Browse files
committed
chore: comment out CocoaPods caching in iOS build workflow
- Temporarily disabled CocoaPods caching in the iOS build workflow for further evaluation and testing.
1 parent 414805a commit 7ef429a

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ios-build.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,13 @@ jobs:
7878
- name: Install xcpretty
7979
run: gem install xcpretty
8080

81-
- name: Cache CocoaPods
82-
uses: actions/cache@v4
83-
with:
84-
path: example/ios/Pods
85-
key: ${{ runner.os }}-pods-${{ hashFiles('example/ios/Podfile') }}
86-
restore-keys: |
87-
${{ runner.os }}-pods-
81+
# - name: Cache CocoaPods
82+
# uses: actions/cache@v4
83+
# with:
84+
# path: example/ios/Pods
85+
# key: ${{ runner.os }}-pods-${{ hashFiles('example/ios/Podfile') }}
86+
# restore-keys: |
87+
# ${{ runner.os }}-pods-
8888

8989
- name: Install Pods
9090
working-directory: example/ios

0 commit comments

Comments
 (0)