Skip to content

Commit

Permalink
ci(test_build): setup Android NDK
Browse files Browse the repository at this point in the history
  • Loading branch information
realth000 committed Dec 13, 2024
1 parent 9e9b7c8 commit 18fd98b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,9 @@ jobs:
with:
toolchain: ${{env.CI_RUST_VERSION}}
targets: aarch64-linux-android,armv7-linux-androideabi,x86_64-linux-android
- uses: nttld/setup-ndk@v1
with:
ndk-version: r26c
- name: Prepare flutter_avif
run: |
sudo apt install -y make meson
Expand Down

0 comments on commit 18fd98b

Please sign in to comment.