Install stable toolchain
This commit is contained in:
parent
1008f2021b
commit
db7e73e00a
|
@ -8,6 +8,9 @@ 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: cargo +stable build --verbose
|
||||||
|
|
Loading…
Reference in New Issue