Checks SDK, NDK and p4a get downloaded on first run

This commit is contained in:
Andre Miras 2020-05-08 16:32:26 +02:00
parent f564e1b688
commit 8d2a9df928

View file

@ -58,6 +58,10 @@ jobs:
pip install Cython==0.28.6
- run: buildozer --help
- 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:
runs-on: ubuntu-latest