Skip to content

Commit

Permalink
Merge pull request #39 from T-Dynamos/main
Browse files Browse the repository at this point in the history
chore: fix ci builds
  • Loading branch information
tshirtman authored Nov 6, 2023
2 parents 0b56f96 + f50e730 commit a2f223f
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,18 @@ jobs:
key: ${{ runner.os }}-${{ steps.get-date.outputs.date }}-${{ hashFiles('buildozer.spec') }}

- name: Build with Buildozer
uses: ArtemSBulgakov/buildozer-action@v1
id: buildozer
with:
command: buildozer android debug
buildozer_version: master
run: |
pip3 install --user --upgrade buildozer Cython virtualenv
export PATH=$PATH:~/.local/bin/
export APP_ANDROID_ACCEPT_SDK_LICENSE=1
export BUILDOZER_WARN_ON_ROOT=0
sudo apt update
sudo apt install -y git zip unzip openjdk-17-jdk python3-pip autoconf libtool pkg-config zlib1g-dev libncurses5-dev libncursesw5-dev libtinfo5 cmake libffi-dev libssl-dev
cd ${{ github.workspace }}
buildozer android debug
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
name: package
path: ${{ steps.buildozer.outputs.filename }}
path: bin/*.apk

0 comments on commit a2f223f

Please sign in to comment.