Skip to content

Commit

Permalink
Build an apk since aot is no longer available
Browse files Browse the repository at this point in the history
  • Loading branch information
maru committed Mar 9, 2021
1 parent 38a1ac6 commit 519e3a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: flutter pub get
working-directory: example
- name: Build /example
run: flutter build aot --release -t lib/main.dart
run: flutter build apk --release -t lib/main.dart
working-directory: example
- name: Run analyzer
run: flutter analyze
Expand Down

0 comments on commit 519e3a9

Please sign in to comment.