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
Files
2
+ 0
4
@@ -19,8 +19,6 @@ workflow:
fmt:
stage: fmt
before_script:
- rustup component add rustfmt
script:
- make fmt
@@ -34,8 +32,6 @@ test:
- apt upgrade --yes
- apt install protobuf-compiler --yes
- rustup component add clippy
- export NUSHELL_BUILD="nu-$NUSHELL_VERSION-$NUSHELL_ARCH"
- export PATH="/tmp/:$PATH"
Loading