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.
2 parents d7fb585 + ae4cfd9 commit 82ef8e4Copy full SHA for 82ef8e4
1 file changed
.github/workflows/ios-build.yml
@@ -38,6 +38,7 @@ jobs:
38
working-directory: ${{ matrix.working-directory }}
39
run: yarn install --immutable && yarn postinstall
40
- name: Install pods
41
+ if: ${{ matrix.working-directory == 'apps/BasicExample' }}
42
working-directory: ${{ matrix.working-directory }}/ios
43
run: bundle install && NO_FLIPPER=1 bundle exec pod install
44
- name: Build app
0 commit comments