Skip to content
Snippets Groups Projects
Commit df5d15fe authored by Éloïs's avatar Éloïs
Browse files

Add cargo-deny

parent f2e4078e
No related branches found
No related tags found
No related merge requests found
Pipeline #7988 canceled
...@@ -18,5 +18,5 @@ ENV PATH /root/.cargo/bin:$PATH ...@@ -18,5 +18,5 @@ ENV PATH /root/.cargo/bin:$PATH
RUN rustup component add rustfmt-preview RUN rustup component add rustfmt-preview
RUN rustup component add clippy RUN rustup component add clippy
# install cargo deb # install cargo deb and cargo deny
RUN cargo install cargo-deb RUN cargo install cargo-deb && cargo install cargo-deny
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment