Skip to content

Commit fb17db5

Browse files
committed
chore: comment out Pods cache restoration in iOS build workflow
1 parent 9610472 commit fb17db5

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

.github/workflows/ios-build.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,14 @@ jobs:
6868
- name: Install xcpretty
6969
run: gem install xcpretty
7070

71-
- name: Restore Pods cache
72-
uses: actions/cache@v4
73-
with:
74-
path: example/ios/Pods
75-
key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock', '**/Gemfile.lock') }}
76-
restore-keys: |
77-
${{ runner.os }}-pods-
71+
# - name: Restore Pods cache
72+
# uses: actions/cache@v4
73+
# with:
74+
# path: example/ios/Pods
75+
# key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock', '**/Gemfile.lock') }}
76+
# restore-keys: |
77+
# ${{ runner.os }}-pods-
78+
7879
- name: Install Pods
7980
working-directory: example/ios
8081
run: pod install

0 commit comments

Comments
 (0)