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 45eebcb commit b051f5fCopy full SHA for b051f5f
.github/workflows/build.yml
@@ -29,17 +29,18 @@ jobs:
29
- platform: android
30
arch: arm64
31
target: template_release
32
+ scons-args: android_api_level=21 ANDROID_HOME=""
33
34
arch: arm32
35
target: template_debug
- scons-args: android_api_level=19
36
37
38
39
40
41
42
arch: x86_32
43
44
steps:
45
- uses: actions/checkout@v4
46
with:
0 commit comments