mirror of
https://github.com/okhsunrog/vpnhide.git
synced 2026-04-28 14:44:43 +00:00
ci: add rustfmt and clippy to Docker image
This commit is contained in:
parent
efed29f7d5
commit
de7c4eaaf4
1 changed files with 1 additions and 0 deletions
1
.github/docker/ci/Dockerfile
vendored
1
.github/docker/ci/Dockerfile
vendored
|
|
@ -30,6 +30,7 @@ ENV RUSTUP_HOME=/usr/local/rustup \
|
|||
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | \
|
||||
sh -s -- -y --default-toolchain stable --profile minimal --no-modify-path && \
|
||||
rustup target add aarch64-linux-android && \
|
||||
rustup component add rustfmt clippy && \
|
||||
cargo install cargo-ndk --locked && \
|
||||
chmod -R a+w /usr/local/rustup /usr/local/cargo
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue