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 8d57e8e commit 7cd2e4bCopy full SHA for 7cd2e4b
.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