From 0118f2c3414be91ed31cfea8273c1b8a3ff0775f Mon Sep 17 00:00:00 2001 From: simonsan <14062932+simonsan@users.noreply.github.com> Date: Sun, 17 Nov 2024 07:59:26 +0100 Subject: [PATCH] ci: check if combination libssl + nasm + env var works Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com> --- Cross.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cross.toml b/Cross.toml index 99832aef..3cbd7551 100644 --- a/Cross.toml +++ b/Cross.toml @@ -1,7 +1,7 @@ [target.x86_64-pc-windows-gnu] pre-build = [ # additional commands to run prior to building the package "dpkg --add-architecture $CROSS_DEB_ARCH", - "apt-get update && apt-get --assume-yes install nasm:$CROSS_DEB_ARCH", + "apt-get update && apt-get --assume-yes install nasm:$CROSS_DEB_ARCH libssl-dev:$CROSS_DEB_ARCH", ] [target.x86_64-pc-windows-gnu.env]