fix the installation of Rust in the CI
Compare changes
- !40)""STEVAN Antoine authored
This reverts commit 8fc2dcd4.
+ 2
− 9
@@ -5,7 +5,6 @@ stages:
@@ -21,10 +20,7 @@ workflow:
@@ -38,10 +34,7 @@ test:
!39 (merged) and !40 (merged) changed the CI to use a toolchain file.
however, having default
as the $.profile
causes extra useless components to be installed.
this MR sets the $.profile
to minimal
in the toolchain file and the $.components
to rustfmt
and clippy
.
This reverts commit 8fc2dcd4.