Skip to content

Commit

Permalink
Fix Android CD
Browse files Browse the repository at this point in the history
  • Loading branch information
defuncart committed Jan 4, 2025
1 parent 3da43b5 commit db06084
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,13 @@ jobs:
steps:
- uses: actions/checkout@v1
- uses: ./.github/actions/set_up_flutter
- name: Install JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
- name: Build apk
run: flutter build apk --release --split-per-abi
run: flutter build apk --release
build-iOS:
name: Build iOS
runs-on: macOS-latest
Expand Down

0 comments on commit db06084

Please sign in to comment.