Merge pull request #1257 from misl6/fix/use-develop-for-tests
Use develop branch for automated tests
This commit is contained in:
commit
3e008a4609
1 changed files with 1 additions and 0 deletions
1
.github/workflows/android.yml
vendored
1
.github/workflows/android.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue