Skip to content

Commit

Permalink
Trying to get ios to build in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
markrickert committed Apr 18, 2024
1 parent cc4f6a7 commit c9f7534
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/flash-list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ jobs:
cd fixture/react-native
yarn
cd ios
gem install bundler:2.4.8
bundle install
bundle exec pod install
- name: Build iOS
Expand Down Expand Up @@ -205,6 +206,7 @@ jobs:
cd fixture/react-native
yarn
cd ios
gem install bundler:2.4.8
bundle install
bundle exec pod install
- name: Build and Run e2e tests
Expand Down
1 change: 1 addition & 0 deletions fixture/react-native/ios/Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
source 'https://rubygems.org'
# You may use http://rbenv.org/ or https://rvm.io/ to install and use this version
ruby ">= 2.6.10"

Expand Down

0 comments on commit c9f7534

Please sign in to comment.