diff --git a/Cross.toml b/Cross.toml index 2a5f85342..a376e3c70 100644 --- a/Cross.toml +++ b/Cross.toml @@ -7,7 +7,7 @@ image = "debian:stable" [build] pre-build = [ - "apt-get -y install apt-transport-https ca-certificates", + "apt-get -y install apt-transport-https ca-certificates curl", "curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -", "echo 'deb https://dl.yarnpkg.com/debian/ stable main' | tee /etc/apt/sources.list.d/yarn.list", "apt-get update && apt-get -y upgrade && apt-get install -y libclang-dev pkg-config protobuf-compiler nodejs yarn",