Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tom8zds committed May 28, 2024
1 parent 0f7b9f7 commit bb1aa93
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/abi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
- name: Install cargo target for Android
run: |
mkdir output
cargo install cargo-ndk
rustup target add aarch64-linux-android armv7-linux-androideabi
cargo ndk -o ./output -t ${{ github.event.inputs.target }} --manifest-path ./Cargo.toml build --release
ls ./output
tar -czvf ${{ github.event.inputs.target }}.tar.gz ./output
Expand Down

0 comments on commit bb1aa93

Please sign in to comment.