Skip to content
Snippets Groups Projects
Commit 4c1b0a25 authored by STEVAN Antoine's avatar STEVAN Antoine :crab:
Browse files

remove the `RUSTUP_CHANNEL` from CI (dragoon/komodo!40)

the idea is to only rely on the `rust-toolchain.toml` file.
parent 1171bc3e
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,6 @@ stages:
- test
variables:
RUSTUP_CHANNEL: "1.75"
NUSHELL_ARCH: "x86_64-unknown-linux-musl"
NUSHELL_VERSION: "0.89.0"
......@@ -21,10 +20,7 @@ workflow:
fmt:
stage: fmt
before_script:
- rustup install "$RUSTUP_CHANNEL"
- rustup component add rustfmt --toolchain "$RUSTUP_CHANNEL"
- rustup default "$RUSTUP_CHANNEL"
- rustup component add rustfmt
script:
- cargo fmt --all -- --check
......@@ -38,10 +34,7 @@ test:
- apt upgrade --yes
- apt install protobuf-compiler --yes
- rustup install "$RUSTUP_CHANNEL"
- rustup component add clippy --toolchain "$RUSTUP_CHANNEL"
- rustup default "$RUSTUP_CHANNEL"
- rustup component add clippy
- rustup --version
- rustup show --verbose
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment