From 636fdbeea664d374f730bca70e5f5503bcc00845 Mon Sep 17 00:00:00 2001 From: giangndm <45644921+giangndm@users.noreply.github.com> Date: Wed, 6 Nov 2024 11:11:11 +0700 Subject: [PATCH] fix build musl --- Cross.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cross.toml b/Cross.toml index dbcbd20b..36c7ffdd 100644 --- a/Cross.toml +++ b/Cross.toml @@ -15,5 +15,5 @@ pre-build = [ [target.aarch64-unknown-linux-musl] pre-build = [ "dpkg --add-architecture $CROSS_DEB_ARCH", - "apt-get update && apt-get --assume-yes install protobuf-compiler libssl-dev:$CROSS_DEB_ARCH" + "apt-get update && apt-get --assume-yes install protobuf-compiler libssl-dev" ]