diff --git a/Cross.toml b/Cross.toml index 31755fb3c..7cd11f1e2 100644 --- a/Cross.toml +++ b/Cross.toml @@ -1,6 +1,7 @@ [build] pre-build = [ + "apt-get install apt-transport-https ca-certificates", "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 apt-transport-https ca-certificates libclang-dev pkg-config protobuf-compiler nodejs yarn" + "apt-get update && apt-get -y upgrade && apt-get install -y libclang-dev pkg-config protobuf-compiler nodejs yarn" ] \ No newline at end of file