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 9d72d96 commit 9017cc6Copy full SHA for 9017cc6
.github/workflows/ci.yml
@@ -81,7 +81,7 @@ jobs:
81
api-level: 34
82
arch: x86_64
83
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
+ script: adb install ./zig-out/bin/sdl-zig-demo.apk && adb shell am start -n com.zig.sdl2/ZigSDLActivity
85
working-directory: examples/sdl2
86
87
#
0 commit comments