Skip to content

Commit

Permalink
Updated android apk build action
Browse files Browse the repository at this point in the history
  • Loading branch information
albbus-stack committed May 24, 2024
1 parent b78cc46 commit b3b24a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
id: ndk
with:
ndk-version: r26d
link-to-sdk: true
local-cache: true

- name: Setup Rust
uses: actions-rs/toolchain@v1
Expand All @@ -45,10 +47,8 @@ jobs:
- name: Add Rust Android targets
run: rustup target add aarch64-linux-android armv7-linux-androideabi i686-linux-android x86_64-linux-android

- name: Install Cargo Mobile CLI & init
env:
NDK_HOME: ${{ steps.ndk.outputs.ndk-path }}
run: cargo install --git https://github.com/tauri-apps/cargo-mobile2 && cargo mobile init
- name: Install Cargo Mobile CLI
run: cargo install --git https://github.com/tauri-apps/cargo-mobile2

- name: Install Bun
uses: oven-sh/setup-bun@v1
Expand Down

0 comments on commit b3b24a6

Please sign in to comment.