Skip to content

Commit

Permalink
Update builder.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DexterHK authored Jun 18, 2024
1 parent f2371ae commit 2ac8691
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ jobs:
run: |
echo "no" | avdmanager --verbose create avd --force -n $EMULATOR_NAME --abi "${ANDROID_TARGET}/${ANDROID_ARCH}" -k "system-images;android-${API_LEVEL};${ANDROID_TARGET};${ANDROID_ARCH}"
- name: Run build
run: cargo install --path .


- name: install NDK
run: |
cargo install cargo-ndk
Expand All @@ -63,8 +69,6 @@ jobs:
# run: |
# cargo ndk -t arm64-v8a -o ./ build

- name: Run build
run: cargo install --path .
- name: Smoke test `ndk-env`
run: cargo ndk-env
- name: building
Expand Down

0 comments on commit 2ac8691

Please sign in to comment.