From e47f2f7eac6fe4493ec553100f26a6f032110ad5 Mon Sep 17 00:00:00 2001 From: Syfaro Date: Fri, 9 Oct 2020 14:06:50 -0400 Subject: [PATCH] Try to fix some build errors. --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index becaa35..8240ceb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,7 +13,7 @@ steps: image: rust:1.47-slim-buster commands: - apt-get update -y - - apt-get install -y wget + - apt-get install -y wget libssl-dev pkg-config - wget -O sccache.tar.gz https://github.com/mozilla/sccache/releases/download/0.2.13/sccache-0.2.13-x86_64-unknown-linux-musl.tar.gz - tar zxvf sccache.tar.gz - export RUSTC_WRAPPER=$(pwd)/sccache-0.2.13-x86_64-unknown-linux-musl/sccache