Skip to content
Snippets Groups Projects
Commit 426691ce authored by Moul's avatar Moul
Browse files

Display rustc version

parent 8cd5772e
No related branches found
No related tags found
No related merge requests found
Pipeline #32187 failed
......@@ -7,6 +7,8 @@ LABEL description="CI for Rust projects"
RUN apt-get update; \
apt-get install -y cmake
RUN rustc --version
# Install fmt and clippy
RUN rustup component add rustfmt && rustup component add clippy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment