From 57600f2bd353115f45c7767dc8ba9eaafb8895f6 Mon Sep 17 00:00:00 2001 From: Swung0x48 Date: Wed, 17 Jun 2026 06:59:15 +0800 Subject: [PATCH] [Fix] (ci): use host GPU for Android Vulkan retrace --- .github/workflows/apk.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/apk.yml b/.github/workflows/apk.yml index 0147a422..0699185c 100644 --- a/.github/workflows/apk.yml +++ b/.github/workflows/apk.yml @@ -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;