Skip to content

Commit 31e5814

Browse files
authored
Update flutter-actions.yml
1 parent 5606219 commit 31e5814

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/flutter-actions.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ jobs:
99
steps:
1010
- name: Clone repository
1111
uses: actions/checkout@v4
12+
- name: Set up JDK 21
13+
uses: actions/setup-java@v4
14+
with:
15+
java-version: 21
16+
distribution: 'temurin'
1217
- name: Set up Flutter
1318
uses: subosito/flutter-action@v2
1419
with:
@@ -29,7 +34,7 @@ jobs:
2934
cache: true
3035
- name: Update Cocoapods repo
3136
run: pod repo update
37+
- run: flutter pub get
3238
- name: Install pods
3339
run: cd ios && pod install && cd ..
34-
- run: flutter pub get
3540
- run: flutter build ios --release --no-codesign

0 commit comments

Comments
 (0)