Skip to content

Commit 7bb10d1

Browse files
committed
ci: use --locked for MSRV cargo-ndk install
A transitive dependency of `cargo-ndk`, `regex-automata`,increased its MSRV and so installing `cargo-ndk` at version 2.12.7 breaks in the MSRV CI task unless we use the pinned `Cargo.lock` version, or upgrade our MSRV in turn.
1 parent ce16ccc commit 7bb10d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878

7979
- name: Install cargo-ndk.
8080
run: |
81-
cargo install cargo-ndk --version 2.12.7
81+
cargo install cargo-ndk --locked --version 2.12.7
8282
rustup target add aarch64-linux-android
8383
8484
- name: Clippy (${{ matrix.os }})

0 commit comments

Comments
 (0)