Skip to content

Commit 312b8d3

Browse files
committed
chore: update .github/workflows/build_ios_app.yml
1 parent 754b457 commit 312b8d3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build_ios_app.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@ jobs:
1717
- run: yarn install
1818
- run: npm run build
1919
- run: xcode-select -p
20-
- run: pod update --verbose --no-repo-update
2120

22-
- run: pod install
21+
- run: pod update --verbose --no-repo-update && pod install
2322
working-directory: example/examples/ios
2423
name: Install pod dependencies
2524

0 commit comments

Comments
 (0)