mirror of
https://github.com/CherretGit/zaprett-app.git
synced 2025-12-30 23:49:38 +05:00
Update workflow.yml
This commit is contained in:
10
.github/workflows/workflow.yml
vendored
10
.github/workflows/workflow.yml
vendored
@@ -37,6 +37,16 @@ jobs:
|
||||
- name: Set up Android SDK
|
||||
uses: android-actions/setup-android@v2
|
||||
|
||||
- name: Install toolchain
|
||||
run: |
|
||||
rustup default stable
|
||||
rustup update stable
|
||||
cargo install cargo-ndk
|
||||
rustup target add armv7-linux-androideabi
|
||||
rustup target install aarch64-linux-android
|
||||
rustup target add i686-linux-android
|
||||
rustup target add aarch64-linux-android
|
||||
|
||||
- name: Build APK
|
||||
run: ./gradlew assembleRelease
|
||||
|
||||
|
||||
Reference in New Issue
Block a user