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 3026d0d commit cbbff30Copy full SHA for cbbff30
1 file changed
.github/workflows/android.yml
@@ -39,7 +39,7 @@ jobs:
39
ram: [4096]
40
api-level: [28]
41
target: [google_apis_playstore]
42
- arch: [x86, x86_64] # , arm64-v8a
+ arch: [x86_64] # ,x86 ,arm64-v8a
43
runs-on: ${{ matrix.os }}
44
env:
45
EMULATOR_RAM_SIZE: ${{ matrix.ram }}
0 commit comments