Skip to content

Commit b1c46a9

Browse files
committed
ci: install cargo-ndk 2.12.7 specifically.
The MSRV of the 3.x release stream is v1.68+
1 parent d820302 commit b1c46a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
if: matrix.os == 'ubuntu-latest'
4343
run: |
4444
rustup target add aarch64-linux-android
45-
cargo install cargo-ndk
45+
cargo install cargo-ndk --version 2.12.7
4646
cargo ndk -t arm64-v8a clippy-ci
4747
4848
- name: Clippy (iOS)
@@ -103,7 +103,7 @@ jobs:
103103
working-directory: ./android
104104
script: |
105105
rustup target add x86_64-linux-android
106-
cargo install cargo-ndk
106+
cargo install cargo-ndk --version 2.12.7
107107
env | grep '^JAVA'
108108
touch emulator.log
109109
chmod 770 emulator.log

0 commit comments

Comments
 (0)