Skip to content

Commit 470ad74

Browse files
committed
avoid using cache for now
1 parent 77b16bf commit 470ad74

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.github/workflows/build.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ jobs:
2828
env:
2929
GOOGLE_JSON: ${{ secrets.GOOGLE_PLIST }}
3030
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-
3838
- name: Install npm dependency
3939
run: yarn install
4040
- name: Build iOS JS Bundle
@@ -76,14 +76,14 @@ jobs:
7676
uses: android-actions/setup-android@v3
7777
with:
7878
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-
8787
- name: Setup Gradle 8.0.1
8888
uses: gradle/actions/setup-gradle@v4
8989
with:

0 commit comments

Comments
 (0)