Skip to content

Commit

Permalink
fix: build app with cargo-apk
Browse files Browse the repository at this point in the history
  • Loading branch information
BukiOffor committed Jan 16, 2024
1 parent 1fac97a commit 37fb050
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
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
cargo install cargo-apk
cd ${{ github.workspace }}
cargo apk build
# python -m pip install --upgrade buildozer Cython==0.29.33 virtualenv
# export PATH=$PATH:~/.local/bin/
# export APP_ANDROID_ACCEPT_SDK_LICENSE=1
Expand Down

0 comments on commit 37fb050

Please sign in to comment.