Skip to content

Commit

Permalink
Last chance
Browse files Browse the repository at this point in the history
  • Loading branch information
tomekzaw committed Apr 9, 2024
1 parent f0ee77b commit 7b4dbf5
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: Customize NODE_BINARY variable
working-directory: example/ios
run: echo export NODE_BINARY=$(command -v node) > .xcode.env

- name: Build app
working-directory: ${{ matrix.working-directory }}
run: npx react-native run-ios --no-packager

0 comments on commit 7b4dbf5

Please sign in to comment.