Skip to content

Commit a5b3ebe

Browse files
committed
chore: comment out node_modules caching in publish-sample.yml
1 parent 997d7cd commit a5b3ebe

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/publish-sample.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,12 @@ 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') }}
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') }}
7171

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

0 commit comments

Comments
 (0)