Skip to content

Commit

Permalink
chore: update workflows/build_ios_app.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jul 5, 2023
1 parent a5bf2cd commit 2826a53
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build_ios_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@ jobs:
- run: npm run build
- run: xcode-select -p

- run: pod install
- run: bundle install
working-directory: example/examples

- run: bundle exec pod install
working-directory: example/examples/ios
name: Install pod dependencies

# - name: Build iOS (debug)
# working-directory: example/examples
Expand Down

0 comments on commit 2826a53

Please sign in to comment.