Skip to content

Commit f0449eb

Browse files
committed
run
1 parent 9f4ac68 commit f0449eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
api-level: 34
7272
system-image-api-level: 34-ext9
7373
target: android-automotive
74-
script: adb shell am start -n com.zig.minimal/android.app.NativeActivity
74+
script: adb install ./zig-out/bin/minimal.apk && adb shell am start -n com.zig.minimal/android.app.NativeActivity
7575
working-directory: examples/minimal
7676

7777
#

0 commit comments

Comments
 (0)