Skip to content

Commit

Permalink
ci: fix ios pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
hannojg committed Jan 26, 2024
1 parent e68631c commit ff76017
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,9 @@ jobs:
working-directory: ./package/example

- name: Pod install
run: pwd && cd example && bundle exec pod install
run: bundle exec pod install
working-directory: ./package/example

- name: Build iOS
run: cd example && npx react-native build-ios --configuration Debug
run: yes | npx react-native build-ios --configuration Debug
working-directory: ./package/example

0 comments on commit ff76017

Please sign in to comment.