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 8b2371f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,12 @@ 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'
- 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 8b2371f

Please sign in to comment.