Install python3 dependency in CI

This commit is contained in:
timvisee 2020-02-13 21:25:00 +01:00
parent 8bfe173a18
commit 0d8bcb08e0
No known key found for this signature in database
GPG key ID: B8DB720BC383E172

View file

@ -31,7 +31,7 @@ cache:
# Install compiler and OpenSSL dependencies
before_script:
- apt-get update
- apt-get install -y --no-install-recommends build-essential pkg-config libssl-dev
- apt-get install -y --no-install-recommends build-essential pkg-config libssl-dev python3
- |
rustup install $RUST_VERSION
rustup default $RUST_VERSION