chore: pin cargo-ndk to 3.5.4 (#3979)

This commit is contained in:
Weny Xu
2024-05-18 17:46:01 +09:00
committed by GitHub
parent de594833ac
commit c71298d3d5

View File

@@ -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.