We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f4ac68 commit f0449ebCopy full SHA for f0449eb
.github/workflows/ci.yml
@@ -71,7 +71,7 @@ jobs:
71
api-level: 34
72
system-image-api-level: 34-ext9
73
target: android-automotive
74
- script: adb shell am start -n com.zig.minimal/android.app.NativeActivity
+ script: adb install ./zig-out/bin/minimal.apk && adb shell am start -n com.zig.minimal/android.app.NativeActivity
75
working-directory: examples/minimal
76
77
#
0 commit comments