We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c7c64f commit 4e534f9Copy full SHA for 4e534f9
.github/workflows/flutter_test.yml
@@ -81,7 +81,7 @@ jobs:
81
82
- name: build apk
83
working-directory: ./flutter/example/android
84
- run: flutter build apk --debug
+ run: flutter build apk --debug --target-platform=android-x64
85
86
- name: launch android emulator & run android native test
87
uses: reactivecircus/android-emulator-runner@62dbb605bba737720e10b196cb4220d374026a6d #[email protected]
0 commit comments