add rustup
parent
9d2cc4d8b1
commit
442d0732a4
|
@ -6,6 +6,7 @@ variables:
|
|||
before_script:
|
||||
- apt-get update -yqq
|
||||
- apt-get install -yqq --no-install-recommends build-essential libssl-dev pkg-config
|
||||
- rustup component add clippy
|
||||
|
||||
test:cargo:
|
||||
script:
|
||||
|
|
Loading…
Reference in New Issue