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