Skip to content

Commit 9017cc6

Browse files
committed
fix activity name
1 parent 9d72d96 commit 9017cc6

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
@@ -81,7 +81,7 @@ jobs:
8181
api-level: 34
8282
arch: x86_64
8383
profile: Nexus 6
84-
script: adb install ./zig-out/bin/sdl-zig-demo.apk && adb shell am start -n com.zig.sdl2/android.app.NativeActivity
84+
script: adb install ./zig-out/bin/sdl-zig-demo.apk && adb shell am start -n com.zig.sdl2/ZigSDLActivity
8585
working-directory: examples/sdl2
8686

8787
#

0 commit comments

Comments
 (0)