Checks SDK, NDK and p4a get downloaded on first run
This commit is contained in:
parent
f564e1b688
commit
8d2a9df928
1 changed files with 4 additions and 0 deletions
4
.github/workflows/test_python.yml
vendored
4
.github/workflows/test_python.yml
vendored
|
@ -58,6 +58,10 @@ jobs:
|
||||||
pip install Cython==0.28.6
|
pip install Cython==0.28.6
|
||||||
- run: buildozer --help
|
- run: buildozer --help
|
||||||
- run: buildozer init
|
- run: buildozer init
|
||||||
|
- name: SDK, NDK and p4a download
|
||||||
|
run: |
|
||||||
|
sed "s/# android.accept_sdk_license = False/android.accept_sdk_license = True/" -i buildozer.spec
|
||||||
|
buildozer android p4a -- --help
|
||||||
|
|
||||||
Python2:
|
Python2:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in a new issue