chore: use cargo-ndk@2.11.0 (#28141)

This commit is contained in:
Yihau Chen 2022-09-30 11:32:23 +08:00 committed by GitHub
parent 82e65593ee
commit cc94649d4a
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
run: cargo install cargo-ndk@2.11.0
- name: Install NDK 21
if: ${{ matrix.platform == 'android' }}
run: |