Skip to content

Commit

Permalink
Reinstate automake install
Browse files Browse the repository at this point in the history
Rolling back to change to allow other changes to be merged while this one is resolved.
  • Loading branch information
Julian-O committed Sep 10, 2023
1 parent 8d4a8dd commit 8e2e2d2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ jobs:
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
if: matrix.os == 'ubuntu-latest'
# Required by some p4a recipes, but not
# installed by p4a on Linux.
run: sudo apt -y install automake
- name: Debug Build
run: |
touch main.py
Expand Down

0 comments on commit 8e2e2d2

Please sign in to comment.