Skip to content

Commit 6e821e2

Browse files
committed
chore: comment out node_modules caching in publish-sample.yml
1 parent 57f1c32 commit 6e821e2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/publish-sample.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,6 @@ jobs:
6868
with:
6969
path: sample/ios/Pods
7070
key: ${{ runner.os }}-pods-${{ hashFiles('sample/ios/Podfile.lock') }}-${{ steps.setup-xcode.outputs.version }}
71-
restore-keys: |
72-
${{ runner.os }}-pods-
7371

7472
- name: Install CocoaPods
7573
if: steps.cocoapods-cache.outputs.cache-hit != 'true' || env.PODS_CACHE_INVALID == 'true'

0 commit comments

Comments
 (0)