Revert last change for GitLab CI, do install OpenSSL there
This commit is contained in:
parent
3fee8854b7
commit
b430920157
1 changed files with 2 additions and 2 deletions
|
@ -28,10 +28,10 @@ cache:
|
|||
- /usr/local/rustup/update-hashes/
|
||||
- target/
|
||||
|
||||
# Install compiler dependencies
|
||||
# Install compiler and OpenSSL dependencies
|
||||
before_script:
|
||||
- apt-get update
|
||||
- apt-get install -y --no-install-recommends build-essential pkg-config
|
||||
- apt-get install -y --no-install-recommends build-essential pkg-config libssl-dev
|
||||
- |
|
||||
rustup install $RUST_VERSION
|
||||
rustup default $RUST_VERSION
|
||||
|
|
Loading…
Add table
Reference in a new issue