Skip to content

Commit

Permalink
next commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tomekzaw committed Apr 10, 2024
1 parent f169ca6 commit 7640288
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,10 @@ jobs:
- name: Install node_modules
run: yarn install --immutable

- name: Install Pods
- name: Remove .xcode.env.local
working-directory: ${{ matrix.working-directory }}/ios
run: |
rm -rf .xcode.env.local
run: rm -rf .xcode.env.local

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

0 comments on commit 7640288

Please sign in to comment.