chore: bump cargo-ndk to v2.12.2 (#28759)

This commit is contained in:
Yihau Chen 2022-11-07 16:37:48 +08:00 committed by GitHub
parent 0b9426e734
commit e6d552d380
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ jobs:
target: ${{ matrix.target }}
- name: Install cargo-ndk
if: ${{ matrix.platform == 'android' }}
run: cargo install cargo-ndk@2.11.0
run: cargo install cargo-ndk@2.12.2
- name: Install NDK 21
if: ${{ matrix.platform == 'android' }}
run: |