Skip to content
Snippets Groups Projects

fix the installation of Rust in the CI

Merged STEVAN Antoine requested to merge revert-ci-change into main
2 files
+ 1
5
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 0
4
@@ -19,8 +19,6 @@ workflow:
fmt:
stage: fmt
before_script:
- rustup component add rustfmt
script:
- cargo fmt --all -- --check
@@ -34,8 +32,6 @@ test:
- apt upgrade --yes
- apt install protobuf-compiler --yes
- rustup component add clippy
- rustup --version
- rustup show --verbose
- rustc --version
Loading