Skip to content

Commit

Permalink
Update flutter-actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
X-Wei authored Apr 21, 2024
1 parent 5606219 commit 31e5814
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/flutter-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ jobs:
steps:
- name: Clone repository
uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: 21
distribution: 'temurin'
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
Expand All @@ -29,7 +34,7 @@ jobs:
cache: true
- name: Update Cocoapods repo
run: pod repo update
- run: flutter pub get
- name: Install pods
run: cd ios && pod install && cd ..
- run: flutter pub get
- run: flutter build ios --release --no-codesign

0 comments on commit 31e5814

Please sign in to comment.