We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57d4361 commit 87ad41eCopy full SHA for 87ad41e
.github/workflows/publish-sample.yml
@@ -62,14 +62,14 @@ jobs:
62
if: steps.yarn-cache.outputs.cache-hit != 'true'
63
run: yarn install --frozen-lockfile
64
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-
+# - name: Cache CocoaPods
+# id: cocoapods-cache
+# uses: actions/cache@v4
+# with:
+# path: sample/ios/Pods
+# key: ${{ runner.os }}-pods-${{ hashFiles('sample/ios/Podfile.lock') }}
+# restore-keys: |
+# ${{ runner.os }}-pods-
73
74
- name: Install CocoaPods
75
if: steps.cocoapods-cache.outputs.cache-hit != 'true'
0 commit comments