Skip to content

Commit ce25df6

Browse files
committed
remove cache again
1 parent edd514c commit ce25df6

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/native_build.yaml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -74,21 +74,21 @@ jobs:
7474
# restore-keys: |
7575
# ${{ runner.os }}-node-
7676

77-
- name: Cache gem bundle
78-
uses: actions/cache@v4
79-
with:
80-
path: ./ci/vendor
81-
key: ${{ runner.os }}-gembundle-${{ hashFiles('**/Gemfile.lock') }}
82-
restore-keys: |
83-
${{ runner.os }}-gembundle-
77+
# - name: Cache gem bundle
78+
# uses: actions/cache@v4
79+
# with:
80+
# path: ./ci/vendor
81+
# key: ${{ runner.os }}-gembundle-${{ hashFiles('**/Gemfile.lock') }}
82+
# restore-keys: |
83+
# ${{ runner.os }}-gembundle-
8484

85-
- name: Cache cocoapods
86-
uses: actions/cache@v4
87-
with:
88-
path: ./ci/ios/Pods
89-
key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}
90-
restore-keys: |
91-
${{ runner.os }}-pods-
85+
# - name: Cache cocoapods
86+
# uses: actions/cache@v4
87+
# with:
88+
# path: ./ci/ios/Pods
89+
# key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}
90+
# restore-keys: |
91+
# ${{ runner.os }}-pods-
9292

9393
- name: Install Yarn
9494
run: |

0 commit comments

Comments
 (0)