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

use personal fork of cargo-deb

parent ce6a617b
Branches
Tags
No related merge requests found
Pipeline #7427 failed
...@@ -72,7 +72,7 @@ ENV PATH /root/.cargo/bin:$PATH ...@@ -72,7 +72,7 @@ ENV PATH /root/.cargo/bin:$PATH
RUN rustup target add armv7-unknown-linux-gnueabihf RUN rustup target add armv7-unknown-linux-gnueabihf
# install cargo deb # install cargo deb
RUN cargo install cargo-deb RUN cargo install --git https://github.com/librelois/cargo-deb
# cleanup # cleanup
RUN apt-get autoremove -y RUN apt-get autoremove -y
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment