install libssl-dev
This commit is contained in:
parent
b978bd2061
commit
5823ef1c7b
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ steps:
|
||||||
- event: pull_request
|
- event: pull_request
|
||||||
image: docker.io/rust:latest
|
image: docker.io/rust:latest
|
||||||
commands:
|
commands:
|
||||||
|
- apt-get install libssl-dev
|
||||||
- cargo build
|
- cargo build
|
||||||
test:
|
test:
|
||||||
when:
|
when:
|
||||||
|
|
Loading…
Reference in a new issue