Skip to content

Commit

Permalink
chore: pin cargo-ndk to 3.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
WenyXu committed May 17, 2024
1 parent 258675b commit f6b75a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/dev-builder/android/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RUN rustup toolchain install ${RUST_TOOLCHAIN}
RUN rustup target add aarch64-linux-android

# Install cargo-ndk
RUN cargo install cargo-ndk
RUN cargo install cargo-ndk@3.5.4
ENV ANDROID_NDK_HOME $NDK_ROOT

# Builder entrypoint.
Expand Down

0 comments on commit f6b75a8

Please sign in to comment.