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 6769e61 commit 1cfd8adCopy full SHA for 1cfd8ad
1 file changed
.github/workflows/build-mobile.yml
@@ -230,6 +230,10 @@ jobs:
230
- name: Generate platform APIs
231
run: mise //mobile:codegen:pigeon
232
233
+ - name: Resolve iOS Swift Packages
234
+ working-directory: ./mobile
235
+ run: flutter build ios --config-only --no-codesign
236
+
237
- name: Setup Ruby
238
uses: ruby/setup-ruby@6aaa311d81eba98ae12eaffbcb63296ace0efcde # v1.307.0
239
with:
0 commit comments