Skip to content

Commit

Permalink
try pod install
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelbeltran committed Nov 6, 2024
1 parent 0b9ce92 commit e1438b8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,9 @@ jobs:
- name: Run npm Install
run: npm install

- name: Pod Install
working-directory: demo/ios
run: pod install

- name: Build application
run: npx react-native build-ios

0 comments on commit e1438b8

Please sign in to comment.