[Fix] (ci): run APK retrace script with bash

This commit is contained in:
2026-06-16 17:04:57 +08:00
parent e3c4b94b11
commit 23bb5245bd
+2
View File
@@ -133,6 +133,7 @@ jobs:
disable-animations: true
emulator-options: -no-window -gpu swiftshader_indirect -no-snapshot -noaudio -no-boot-anim -camera-back none -camera-front none
script: |
bash <<'BASH'
set -euo pipefail
mkdir -p android-retrace-fixture android-retrace-result
@@ -203,6 +204,7 @@ jobs:
top.mobilegl.plugin.magma.trace \
"${MAGMA_APK}" \
DirectVulkan
BASH
- name: Upload Android retrace result
if: always()