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 57f1c32 commit 6e821e2Copy full SHA for 6e821e2
.github/workflows/publish-sample.yml
@@ -68,8 +68,6 @@ jobs:
68
with:
69
path: sample/ios/Pods
70
key: ${{ runner.os }}-pods-${{ hashFiles('sample/ios/Podfile.lock') }}-${{ steps.setup-xcode.outputs.version }}
71
- restore-keys: |
72
- ${{ runner.os }}-pods-
73
74
- name: Install CocoaPods
75
if: steps.cocoapods-cache.outputs.cache-hit != 'true' || env.PODS_CACHE_INVALID == 'true'
0 commit comments