We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 754b457 commit 312b8d3Copy full SHA for 312b8d3
.github/workflows/build_ios_app.yml
@@ -17,9 +17,8 @@ jobs:
17
- run: yarn install
18
- run: npm run build
19
- run: xcode-select -p
20
- - run: pod update --verbose --no-repo-update
21
22
- - run: pod install
+ - run: pod update --verbose --no-repo-update && pod install
23
working-directory: example/examples/ios
24
name: Install pod dependencies
25
0 commit comments