Skip to content

Commit

Permalink
ci: install cargo-ndk 2.12.7 specifically.
Browse files Browse the repository at this point in the history
The MSRV of the 3.x release stream is v1.68+
  • Loading branch information
cpu committed Sep 1, 2023
1 parent d820302 commit b1c46a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
if: matrix.os == 'ubuntu-latest'
run: |
rustup target add aarch64-linux-android
cargo install cargo-ndk
cargo install cargo-ndk --version 2.12.7
cargo ndk -t arm64-v8a clippy-ci
- name: Clippy (iOS)
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
working-directory: ./android
script: |
rustup target add x86_64-linux-android
cargo install cargo-ndk
cargo install cargo-ndk --version 2.12.7
env | grep '^JAVA'
touch emulator.log
chmod 770 emulator.log
Expand Down

0 comments on commit b1c46a9

Please sign in to comment.