Skip to content

Commit

Permalink
syntax error?
Browse files Browse the repository at this point in the history
  • Loading branch information
tjzel committed Jul 8, 2024
1 parent 8de8936 commit 73966e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-react-native-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Install Fabric Pods
if: ${{ matrix.react-native-architecture == 'Fabric' }}
working-directory: app/ios
run: export RCT_NEW_ARCH_ENABLED=1 && bundle install && bundle exec pod install
run: RCT_NEW_ARCH_ENABLED=1 bundle install && bundle exec pod install
- name: Build app
working-directory: app
run: yarn react-native run-ios --simulator='iPhone 14'
Expand Down

0 comments on commit 73966e2

Please sign in to comment.