We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d3aff0 commit bbb7ef6Copy full SHA for bbb7ef6
.github/workflows/NativePipeline.yml
@@ -414,14 +414,14 @@ jobs:
414
/Users/runner/.android/avd/*
415
/Users/runner/.android/adb*
416
/Users/runner/Library/Android/sdk/system-images/**/*
417
- key: pixel_34_arm64_default_3core_and_system_images
+ key: pixel_34_x86_default_3core_and_system_images
418
- name: "Create AVD and generate snapshot for caching"
419
if: steps.avd-cache.outputs.cache-hit != 'true'
420
uses: reactivecircus/android-emulator-runner@6b0df4b0efb23bb0ec63d881db79aefbc976e4b2 # v2.30.1
421
with:
422
api-level: 34
423
target: default
424
- arch: arm64-v8a
+ arch: x86
425
profile: pixel
426
cores: 3
427
ram-size: 4096M
0 commit comments