Skip to content

Commit 3c017d8

Browse files
Try to fix cocoapods CI thingy
1 parent 25300ee commit 3c017d8

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/dependabot-update-lock.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,18 @@ jobs:
2929
node-version: '22'
3030
cache: 'yarn'
3131

32+
- name: Setup Ruby
33+
uses: ruby/setup-ruby@v1
34+
with:
35+
bundler-cache: true
36+
37+
- name: Setup cocoapods
38+
run: |
39+
cd ios
40+
gem install cocoapods
41+
bundle install
42+
bundle exec pod install
43+
3244
- name: Install Packages
3345
run: |
3446
YARN_ENABLE_SCRIPTS=false yarn install --immutable --check-cache

0 commit comments

Comments
 (0)