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 177e7f5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@ jobs:
working-directory: ./package/example

- name: Pod install
run: pwd && cd example && bundle exec pod install
run: bundle exec pod install --project-directory=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 177e7f5

Please sign in to comment.