Skip to content

Commit

Permalink
[Issue-1843] Fix bug auto build ios
Browse files Browse the repository at this point in the history
  • Loading branch information
dominhquang committed Nov 28, 2024
1 parent efc49db commit d6f6674
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-internal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ jobs:
- name: Install Pods
run: cd ios && pod update hermes-engine --no-repo-update && cd ..

- name: Select Xcode version
run: sudo xcode-select -s '/Applications/Xcode.app/Contents/Developer'

# Build IPA file
- name: iOS Build Action
uses: yukiarrr/[email protected]
Expand Down

0 comments on commit d6f6674

Please sign in to comment.