Skip to content

Commit 2751c09

Browse files
committed
ci: use cargo-ndk 2.12.7 for MSRV tests
With an MSRV of 1.64.0 we can use the latest cargo-ndk release in the v2.12.x stream when doing our MSRV testing for the Android target. The 3.0.x and 3.1.x streams require a more aggressive MSRV than we can support at this time.
1 parent 351179c commit 2751c09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575

7676
- name: Install cargo-ndk.
7777
run: |
78-
cargo install cargo-ndk
78+
cargo install cargo-ndk --version 2.12.7
7979
rustup target add aarch64-linux-android
8080
8181
- name: Clippy (${{ matrix.os }})

0 commit comments

Comments
 (0)