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 9a49b34 commit c58eab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
sudo apt-get install openjdk-8-jdk
wget https://dl.google.com/android/repository/tools_r25.2.3-linux.zip
unzip tools_r25.2.3-linux.zip -d sdk
cd /sdk/tools
cd sdk/tools
./android update sdk --no-ui
export ANDROID_HOME=$HOME/sdk
export PATH=${PATH}:$ANDROID_HOME/platform-tools:$ANDROID_HOME/tools:$ANDROID_HOME/build-tools/26.0.0-preview/
Expand Down

0 comments on commit c58eab6

Please sign in to comment.