We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9610472 commit fb17db5Copy full SHA for fb17db5
1 file changed
.github/workflows/ios-build.yml
@@ -68,13 +68,14 @@ jobs:
68
- name: Install xcpretty
69
run: gem install xcpretty
70
71
- - name: Restore Pods cache
72
- uses: actions/cache@v4
73
- with:
74
- path: example/ios/Pods
75
- key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock', '**/Gemfile.lock') }}
76
- restore-keys: |
77
- ${{ runner.os }}-pods-
+ # - name: Restore Pods cache
+ # uses: actions/cache@v4
+ # with:
+ # path: example/ios/Pods
+ # key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock', '**/Gemfile.lock') }}
+ # restore-keys: |
+ # ${{ runner.os }}-pods-
78
+
79
- name: Install Pods
80
working-directory: example/ios
81
run: pod install
0 commit comments