Install stable toolchain
This commit is contained in:
parent
1008f2021b
commit
db7e73e00a
|
@ -8,6 +8,9 @@ cache:
|
|||
paths:
|
||||
- target/
|
||||
|
||||
before_script:
|
||||
rustup update stable
|
||||
|
||||
build:linux:stable:
|
||||
stage: build
|
||||
script: cargo +stable build --verbose
|
||||
|
|
Loading…
Reference in New Issue