From b8d979c7fa40eecec0dc90d838c1a9b5719cfaf9 Mon Sep 17 00:00:00 2001 From: lmp Date: Sun, 8 Sep 2024 11:50:23 +0200 Subject: [PATCH] ci: try fix uninstall --- .github/workflows/ci_emulator_run.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_emulator_run.yml b/.github/workflows/ci_emulator_run.yml index 02cdbf29..068f1e2d 100644 --- a/.github/workflows/ci_emulator_run.yml +++ b/.github/workflows/ci_emulator_run.yml @@ -105,8 +105,8 @@ jobs: vab --package-id "io.v.ci.vab.apk.deploytest" --name "V DEPLOY TEST APK" v/examples/gg/bezier.v && vab v_deploy_test_apk.apk vab --package-id "io.v.ci.vab.aab.deploytest" --name "V DEPLOY TEST AAB" --package aab v/examples/gg/bezier.v && vab v_deploy_test_aab.aab # Remove app in case cache is run - adb uninstall "io.v.ci.vab.apk.deploytest" - adb uninstall "io.v.ci.vab.aab.deploytest" + adb uninstall --user 0 "io.v.ci.vab.apk.deploytest" + adb uninstall --user 0 "io.v.ci.vab.aab.deploytest" # 'flappylearning' can build but running is currently broken on Android # Skip fireworks for now