Skip to content

Commit 9c0aff9

Browse files
committed
Fix buildozer path in GitHub Actions and finalize API 34 build
1 parent 281be64 commit 9c0aff9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/buildozer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ jobs:
4141
4242
- name: Build with Buildozer
4343
# 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.
44+
# We also ensure ~/.local/bin is in the PATH and accept SDK licenses.
4545
run: |
46+
export PATH=$PATH:~/.local/bin
4647
cd collaborative_app
47-
buildozer android clean
4848
yes | buildozer android debug
4949
5050
- name: Upload APK

0 commit comments

Comments
 (0)