Skip to content

Commit

Permalink
chore: update workflows config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Aug 8, 2021
1 parent 3cc9931 commit 78384f9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build_ios_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@ jobs:
- run: yarn install
- run: npm run build
- run: xcode-select -p

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

- name: Build iOS (debug)
working-directory: example/base
working-directory: example/examples
run: |
pwd
xcodebuild \
Expand Down

0 comments on commit 78384f9

Please sign in to comment.