Revert last change for GitLab CI, do install OpenSSL there

This commit is contained in:
timvisee 2020-05-17 13:49:06 +02:00
parent 3fee8854b7
commit b430920157
No known key found for this signature in database
GPG key ID: B8DB720BC383E172

View file

@ -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