Skip to content

Commit

Permalink
Merge pull request #1257 from misl6/fix/use-develop-for-tests
Browse files Browse the repository at this point in the history
Use develop branch for automated tests
  • Loading branch information
misl6 committed Dec 11, 2020
2 parents 513ad56 + 5f74603 commit 3e008a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/android.yml
Expand Up @@ -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
Expand Down

0 comments on commit 3e008a4

Please sign in to comment.