From 5605c6c5a7130d5298a5aaafbf8cbb16cd8f12f9 Mon Sep 17 00:00:00 2001 From: Asone Date: Tue, 13 Jun 2023 21:20:34 +0200 Subject: [PATCH] fix(ci): fix bad cross conf --- Cross.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cross.toml b/Cross.toml index c6b38ec..a800edb 100644 --- a/Cross.toml +++ b/Cross.toml @@ -1,5 +1,5 @@ [build] -pre-build = ["apt update && apt upgrade && apt install -y protobuf-compiler"] +pre-build = ["apt update && apt install -y protobuf-compiler"] [target.aarch64-unknown-linux-gnu] image = "ghcr.io/cross-rs/aarch64-unknown-linux-gnu:main"