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 20afdae commit 1c82810Copy full SHA for 1c82810
.github/workflows/dargon2_flutter_tests.yml
@@ -35,7 +35,7 @@ jobs:
35
path: |
36
~/.android/avd/*
37
~/.android/adb*
38
- key: avd-31
+ key: avd-31-x64
39
- name: Download Flutter
40
uses: subosito/flutter-action@v2
41
with:
@@ -62,6 +62,7 @@ jobs:
62
63
api-level: 31
64
target: google_apis
65
+ arch: x86_64
66
working-directory: dargon2_flutter/dargon2_flutter/example
67
script: flutter test integration_test/
68
0 commit comments