Skip to content

Commit 4e534f9

Browse files
authored
fix build error for latest flutter beta (3.27.0) (#2385)
1 parent 7c7c64f commit 4e534f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/flutter_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181

8282
- name: build apk
8383
working-directory: ./flutter/example/android
84-
run: flutter build apk --debug
84+
run: flutter build apk --debug --target-platform=android-x64
8585

8686
- name: launch android emulator & run android native test
8787
uses: reactivecircus/android-emulator-runner@62dbb605bba737720e10b196cb4220d374026a6d #[email protected]

0 commit comments

Comments
 (0)