Skip to content

Commit 2826a53

Browse files
committed
chore: update workflows/build_ios_app.yml.
1 parent a5bf2cd commit 2826a53

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build_ios_app.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,11 @@ jobs:
1818
- run: npm run build
1919
- run: xcode-select -p
2020

21-
- run: pod install
21+
- run: bundle install
22+
working-directory: example/examples
23+
24+
- run: bundle exec pod install
2225
working-directory: example/examples/ios
23-
name: Install pod dependencies
2426

2527
# - name: Build iOS (debug)
2628
# working-directory: example/examples

0 commit comments

Comments
 (0)