We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 281be64 commit 9c0aff9Copy full SHA for 9c0aff9
1 file changed
.github/workflows/buildozer.yml
@@ -41,10 +41,10 @@ jobs:
41
42
- name: Build with Buildozer
43
# We must cd into the collaborative_app directory before running buildozer
44
- # We also use 'yes' to automatically accept any SDK licenses during the build.
+ # We also ensure ~/.local/bin is in the PATH and accept SDK licenses.
45
run: |
46
+ export PATH=$PATH:~/.local/bin
47
cd collaborative_app
- buildozer android clean
48
yes | buildozer android debug
49
50
- name: Upload APK
0 commit comments