Skip to content

Commit

Permalink
Update pull-request.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sheikhhaziq authored Jul 18, 2024
1 parent ac96307 commit 7939ee5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ jobs:
with:
channel: stable
flutter-version: 3.22.2
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '17'
cache: 'gradle'
check-latest: true
- run: flutter pub get
- run: flutter build apk
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 7939ee5

Please sign in to comment.