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 3060588 commit 1effac3Copy full SHA for 1effac3
.github/workflows/build-ios.yml
@@ -56,9 +56,9 @@ jobs:
56
uses: actions/cache@v4
57
with:
58
path: example/ios/Pods
59
- key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock', '**/Gemfile.lock') }}
+ key: pods-${{ runner.os }}-${{ hashFiles('**/Podfile.lock', '**/Gemfile.lock') }}
60
restore-keys: |
61
- ${{ runner.os }}-pods-
+ pods-${{ runner.os }}
62
63
- name: Install Pods
64
working-directory: example/ios
0 commit comments