Skip to content

Commit

Permalink
fix: ci passing (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
ElusAegis authored Nov 11, 2024
1 parent 37a0e9a commit b5cc098
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,12 @@ jobs:
run: |
cd ios
pod install
working-directory: ios
- name: Set up Xcode environment
run: |
sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
sudo xcodebuild -license accept
- name: Build and Run iOS App in Simulator
run: |
npx react-native run-ios --simulator="iPhone 15 Pro"
npx react-native run-ios --simulator="iPhone 15 Pro (17.5)"

0 comments on commit b5cc098

Please sign in to comment.