Skip to content

Commit 27013ec

Browse files
committed
more build fix
1 parent 4903912 commit 27013ec

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/native_build.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,14 @@ 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-
84+
7785
- name: Cache cocoapods
7886
uses: actions/cache@v4
7987
with:
@@ -96,6 +104,7 @@ jobs:
96104
run: |
97105
cd ci/ios/
98106
bundle install
107+
bundle exec pod repo update --verbose
99108
bundle exec pod install --verbose
100109
101110
- name: Compile iOS

0 commit comments

Comments
 (0)