Skip to content

Commit

Permalink
Update build-ios.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tomekzaw committed Apr 9, 2024
1 parent 04af491 commit a036e8e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ jobs:
path: ~/Library/Developer/Xcode/DerivedData
key: ${{ runner.os }}-ios-derived-data-${{ matrix.working-directory }}-${{ hashFiles(format('{0}/ios/Podfile.lock', matrix.working-directory)) }}

- name: Configure NODE_BINARY
working-directory: ${{ matrix.working-directory }}/ios
run: echo export NODE_BINARY=$(command -v node) > .xcode.env

- name: Build app
working-directory: ${{ matrix.working-directory }}
run: npx react-native@latest run-ios --no-packager --simulator="iPhone 15"

0 comments on commit a036e8e

Please sign in to comment.