[Fix] (ci): use host GPU for Android Vulkan retrace

This commit is contained in:
2026-06-17 06:59:15 +08:00
parent a8628feb3c
commit 57600f2bd3
+1 -1
View File
@@ -233,7 +233,7 @@ jobs:
arch: x86_64
profile: pixel_6
disable-animations: true
emulator-options: -no-window -gpu swiftshader -no-snapshot -noaudio -no-boot-anim -camera-back none -camera-front none
emulator-options: -no-window -gpu host -no-snapshot -noaudio -no-boot-anim -camera-back none -camera-front none
script: >-
set +e;
status=0;