Use develop branch for automated tests

This commit is contained in:
Mirko Galimberti 2020-12-08 21:31:46 +01:00
parent 513ad560b7
commit 5f74603349

View file

@ -23,6 +23,7 @@ jobs:
- name: SDK, NDK and p4a download
run: |
sed -i.bak "s/# android.accept_sdk_license = False/android.accept_sdk_license = True/" buildozer.spec
sed -i.bak "s/#p4a.branch = master/p4a.branch = develop/" buildozer.spec
buildozer android p4a -- --help
# Install OS specific dependencies
- name: Install Linux dependencies