Skip to content

Commit 519e3a9

Browse files
author
maru
committed
Build an apk since aot is no longer available
1 parent 38a1ac6 commit 519e3a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: flutter pub get
2020
working-directory: example
2121
- name: Build /example
22-
run: flutter build aot --release -t lib/main.dart
22+
run: flutter build apk --release -t lib/main.dart
2323
working-directory: example
2424
- name: Run analyzer
2525
run: flutter analyze

0 commit comments

Comments
 (0)