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 997d7cd commit a5b3ebeCopy full SHA for a5b3ebe
.github/workflows/publish-sample.yml
@@ -62,12 +62,12 @@ 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') }}
+ - name: Cache CocoaPods
+ id: cocoapods-cache
+ uses: actions/cache@v4
+ with:
+ path: sample/ios/Pods
+ key: ${{ runner.os }}-pods-${{ hashFiles('sample/ios/Podfile.lock') }}
71
72
- name: Install CocoaPods
73
if: steps.cocoapods-cache.outputs.cache-hit != 'true'
0 commit comments