Skip to content

Commit

Permalink
ci: try fix uninstall
Browse files Browse the repository at this point in the history
  • Loading branch information
larpon committed Sep 8, 2024
1 parent c0ff121 commit b8d979c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_emulator_run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b8d979c

Please sign in to comment.