Skip to content
Snippets Groups Projects

fix the installation of Rust in the CI

Files

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