Skip to content

Commit 0115ddc

Browse files
Update yml
1 parent 1bbeb7e commit 0115ddc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
api-level: ${{ matrix.api-level }}
117117
arch: arm64-v8a # Specify ARM architecture
118118
force-avd-creation: true # Force AVD creation to ensure it's ARM-based
119-
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
119+
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none -accel off # Disable hardware acceleration
120120
disable-animations: false
121121
script: echo "Generated AVD snapshot for caching."
122122

0 commit comments

Comments
 (0)