Skip to content

Commit 87ad41e

Browse files
committed
chore: comment out node_modules caching in publish-sample.yml
1 parent 57d4361 commit 87ad41e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/publish-sample.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,14 @@ jobs:
6262
if: steps.yarn-cache.outputs.cache-hit != 'true'
6363
run: yarn install --frozen-lockfile
6464

65-
- name: Cache CocoaPods
66-
id: cocoapods-cache
67-
uses: actions/cache@v4
68-
with:
69-
path: sample/ios/Pods
70-
key: ${{ runner.os }}-pods-${{ hashFiles('sample/ios/Podfile.lock') }}
71-
restore-keys: |
72-
${{ runner.os }}-pods-
65+
# - name: Cache CocoaPods
66+
# id: cocoapods-cache
67+
# uses: actions/cache@v4
68+
# with:
69+
# path: sample/ios/Pods
70+
# key: ${{ runner.os }}-pods-${{ hashFiles('sample/ios/Podfile.lock') }}
71+
# restore-keys: |
72+
# ${{ runner.os }}-pods-
7373

7474
- name: Install CocoaPods
7575
if: steps.cocoapods-cache.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)