Skip to content

Commit 7a1ffdc

Browse files
committed
Add missing dependencies for Buildozer in Android build workflow
1 parent bab17d5 commit 7a1ffdc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/android.build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,12 @@ jobs:
6262
libsqlite3-dev \
6363
libbz2-dev \
6464
autoconf \
65+
automake \
66+
libtool \
6567
cython3 \
6668
ccache # Recommended by Buildozer for faster C builds
6769
70+
6871
- name: Install Buildozer and dependencies from spec
6972
run: |
7073
python -m pip install --upgrade pip wheel setuptools

0 commit comments

Comments
 (0)