File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -28,13 +28,13 @@ jobs:
28
28
env :
29
29
GOOGLE_JSON : ${{ secrets.GOOGLE_PLIST }}
30
30
run : echo $GOOGLE_PLIST | base64 --decode > ./ios/GoogleService-Info.plist
31
- - name : Cache cocoapods
32
- uses : actions/cache@v3
33
- with :
34
- path : /ios/Pods
35
- key : ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}
36
- restore-keys : |
37
- ${{ runner.os }}-pods-
31
+ # - name: Cache cocoapods
32
+ # uses: actions/cache@v3
33
+ # with:
34
+ # path: /ios/Pods
35
+ # key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}
36
+ # restore-keys: |
37
+ # ${{ runner.os }}-pods-
38
38
- name : Install npm dependency
39
39
run : yarn install
40
40
- name : Build iOS JS Bundle
@@ -76,14 +76,14 @@ jobs:
76
76
uses : android-actions/setup-android@v3
77
77
with :
78
78
cmdline-tools-version : 11479570
79
- - uses : actions/cache@v3
80
- with :
81
- path : |
82
- ~/.gradle/caches
83
- ~/.gradle/wrapper
84
- key : ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
85
- restore-keys : |
86
- ${{ runner.os }}-gradle-
79
+ # - uses: actions/cache@v3
80
+ # with:
81
+ # path: |
82
+ # ~/.gradle/caches
83
+ # ~/.gradle/wrapper
84
+ # key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
85
+ # restore-keys: |
86
+ # ${{ runner.os }}-gradle-
87
87
- name : Setup Gradle 8.0.1
88
88
uses : gradle/actions/setup-gradle@v4
89
89
with :
You can’t perform that action at this time.
0 commit comments