From 5f746033493e44b0e06632b9bdcad2de52fdc762 Mon Sep 17 00:00:00 2001 From: Mirko Galimberti Date: Tue, 8 Dec 2020 21:31:46 +0100 Subject: [PATCH] Use develop branch for automated tests --- .github/workflows/android.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 26689fffc..3bc42372b 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -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