mirror of
https://github.com/gopher64/gopher64.git
synced 2026-07-11 01:25:20 +02:00
More basic Android stuff (#910)
* enable tokio * data dirs * jni pointer * more * more * more * more * more * more * more * more
This commit is contained in:
@@ -267,9 +267,9 @@ jobs:
|
||||
cache: ${{ github.ref_type != 'tag' }}
|
||||
- name: Build
|
||||
run: |
|
||||
cargo install cargo-apk cargo-ndk
|
||||
cargo install cargo-apk2 cargo-ndk
|
||||
source <(cargo ndk-env --target ${{ matrix.target }})
|
||||
cargo apk build --profile ${{ env.BUILD_PROFILE }} --target ${{ matrix.target }} --lib
|
||||
cargo apk2 build --profile ${{ env.BUILD_PROFILE }} --target ${{ matrix.target }} --lib
|
||||
|
||||
collect-artifacts:
|
||||
name: Collect release artifacts
|
||||
|
||||
Reference in New Issue
Block a user