Remove apt-get usage from CI
This is required to make it run on ArchLinux and derivatives.
This commit is contained in:
parent
e1d83f9d72
commit
0dd7900244
1 changed files with 0 additions and 4 deletions
|
@ -1,9 +1,5 @@
|
||||||
image: "rust:latest"
|
image: "rust:latest"
|
||||||
|
|
||||||
before_script:
|
|
||||||
- apt-get update -yqq
|
|
||||||
- apt-get install -yqq --no-install-recommends build-essential libssl-dev pkg-config
|
|
||||||
|
|
||||||
test:cargo:
|
test:cargo:
|
||||||
script:
|
script:
|
||||||
- rustc --version && cargo --version
|
- rustc --version && cargo --version
|
||||||
|
|
Loading…
Reference in a new issue