From b947db04c05f69b48340151bc89be6bcbcaa6e06 Mon Sep 17 00:00:00 2001 From: Adam Spofford Date: Thu, 9 Feb 2023 18:37:56 -0800 Subject: [PATCH] Only install for the host machine --- Cross.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cross.toml b/Cross.toml index 5805bd02..4f1cfd4d 100644 --- a/Cross.toml +++ b/Cross.toml @@ -1,5 +1,4 @@ [build] pre-build = [ - "dpkg --add-architecture $CROSS_DEB_ARCH", - "apt-get update && apt-get install --assume-yes libssl-dev:$CROSS_DEB_ARCH" + "apt-get update && apt-get install --assume-yes libssl-dev" ]