Skip to content

Commit

Permalink
ci: install brew before yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
KiwiKilian committed Nov 24, 2024
1 parent a81caf1 commit b2e6362
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-react-native-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Install Detox Dependencies
run: |
brew tap wix/brew
brew install applesimutils
- name: Setup
uses: ./.github/actions/setup

- name: Install Pod Dependencies
run: cd ios && pod --version && pod install

- name: Install Detox Dependencies
run: |
brew tap wix/brew
brew install applesimutils
- name: Build iOS
run: yarn detox build -c ios.sim.release

Expand Down

0 comments on commit b2e6362

Please sign in to comment.