Do not install stable toolchain unless required
This commit is contained in:
parent
db7e73e00a
commit
8ba3ce8260
|
@ -8,12 +8,11 @@ cache:
|
|||
paths:
|
||||
- target/
|
||||
|
||||
before_script:
|
||||
rustup update stable
|
||||
|
||||
build:linux:stable:
|
||||
stage: build
|
||||
script: cargo +stable build --verbose
|
||||
script:
|
||||
- rustup update stable
|
||||
- cargo +stable build --verbose
|
||||
|
||||
build:linux:
|
||||
stage: build
|
||||
|
|
Loading…
Reference in New Issue