Skip to content

Commit

Permalink
chore: Update Android build workflow to use Gradle wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
alevilar committed Sep 4, 2024
1 parent e308e69 commit c18ed13
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/android.build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
path: .buildozer_global
key: buildozer-global-${{ hashFiles('buildozer.spec') }}

- uses: actions/cache@v4
- name: Cache Buildozer
uses: actions/cache@v4
with:
path: .buildozer
key: ${{ runner.os }}-${{ steps.get-date.outputs.date }}-${{ hashFiles('buildozer.spec') }}
Expand Down Expand Up @@ -100,13 +101,14 @@ jobs:
pip install kivy==2.3.0
pip install cython==3.0.11
pip install buildozer==1.5.0
pip install -r requirements.android.txt
# Build with Buildozer
- name: Build with Buildozer
id: buildozer
run: |
yes | buildozer android debug
yes | buildozer android debug -v
# Upload artifacts
- name: Upload APK artifact
Expand Down

0 comments on commit c18ed13

Please sign in to comment.