Skip to content

Commit

Permalink
Maybe static frameworks will build?
Browse files Browse the repository at this point in the history
  • Loading branch information
markrickert committed Mar 28, 2024
1 parent 752da03 commit 02990f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flash-list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
cd ios
gem install bundler:2.4.8
bundle install
bundle exec pod install
USE_FRAMEWORKS=static bundle exec pod install
- name: Build iOS
run: |
mkdir -p /tmp/artifacts
Expand Down Expand Up @@ -208,7 +208,7 @@ jobs:
cd ios
gem install bundler:2.4.8
bundle install
bundle exec pod install
USE_FRAMEWORKS=static bundle exec pod install
- name: Build and Run e2e tests
run: |
cd fixture/react-native
Expand Down

0 comments on commit 02990f2

Please sign in to comment.