Skip to content

Commit 1ba2244

Browse files
committed
55555
1 parent b20dfb8 commit 1ba2244

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/dart.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,14 @@ jobs:
2121
uses: subosito/flutter-action@v2
2222
with:
2323
channel: 'stable'
24+
flutter-version: 3.22.2
2425
architecture: x64
2526

2627
- name: Restore packages
2728
run: flutter pub get
2829

2930
- name: Build Flutter
30-
run: flutter build ios --release --no-codesign
31+
- run: flutter build ios --release --no-codesign
3132

3233
- run: mkdir Payload
3334
working-directory: build/ios/iphoneos

0 commit comments

Comments
 (0)