Skip to content

Commit 3f7cc0e

Browse files
authored
Update build.yaml
1 parent 094709f commit 3f7cc0e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ jobs:
7777
channel: 'stable'
7878
- name: Install project dependencies
7979
run: flutter pub get
80+
- name: Install xcode platform support for iOS
81+
run: xcodebuild -downloadPlatform iOS
8082
- name: Build for iOS
8183
working-directory: ./example
8284
run: flutter build ios --release --no-codesign
@@ -170,4 +172,4 @@ jobs:
170172
run: flutter pub get
171173
- name: Build for Web
172174
working-directory: ./example
173-
run: flutter build web --wasm
175+
run: flutter build web --wasm

0 commit comments

Comments
 (0)